Uses of Class
com.ibm.cloud.is.vpc.v1.model.CreateEndpointGatewayOptions
-
Packages that use CreateEndpointGatewayOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of CreateEndpointGatewayOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type CreateEndpointGatewayOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<EndpointGateway>
Vpc. createEndpointGateway(CreateEndpointGatewayOptions createEndpointGatewayOptions)
Create an endpoint gateway. -
Uses of CreateEndpointGatewayOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return CreateEndpointGatewayOptions Modifier and Type Method Description CreateEndpointGatewayOptions
CreateEndpointGatewayOptions.Builder. build()
Builds a CreateEndpointGatewayOptions.
-