Uses of Class
com.ibm.cloud.is.vpc.v1.model.EndpointGateway
-
Packages that use EndpointGateway Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of EndpointGateway in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type EndpointGateway Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<EndpointGateway>
Vpc. createEndpointGateway(CreateEndpointGatewayOptions createEndpointGatewayOptions)
Create an endpoint gateway.com.ibm.cloud.sdk.core.http.ServiceCall<EndpointGateway>
Vpc. getEndpointGateway(GetEndpointGatewayOptions getEndpointGatewayOptions)
Retrieve an endpoint gateway.com.ibm.cloud.sdk.core.http.ServiceCall<EndpointGateway>
Vpc. updateEndpointGateway(UpdateEndpointGatewayOptions updateEndpointGatewayOptions)
Update an endpoint gateway. -
Uses of EndpointGateway in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type EndpointGateway Modifier and Type Method Description List<EndpointGateway>
EndpointGatewaysPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<EndpointGateway>
EndpointGatewayCollection. getEndpointGateways()
Gets the endpointGateways.List<EndpointGateway>
EndpointGatewaysPager. getNext()
Returns the next page of results.
-