Uses of Class
com.ibm.cloud.is.vpc.v1.model.PrivatePathServiceGatewayEndpointGatewayBinding
-
Packages that use PrivatePathServiceGatewayEndpointGatewayBinding Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of PrivatePathServiceGatewayEndpointGatewayBinding in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type PrivatePathServiceGatewayEndpointGatewayBinding Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGatewayEndpointGatewayBinding>
Vpc. getPrivatePathServiceGatewayEndpointGatewayBinding(GetPrivatePathServiceGatewayEndpointGatewayBindingOptions getPrivatePathServiceGatewayEndpointGatewayBindingOptions)
Retrieve an endpoint gateway binding for a private path service gateway. -
Uses of PrivatePathServiceGatewayEndpointGatewayBinding in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type PrivatePathServiceGatewayEndpointGatewayBinding Modifier and Type Method Description List<PrivatePathServiceGatewayEndpointGatewayBinding>
PrivatePathServiceGatewayEndpointGatewayBindingsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<PrivatePathServiceGatewayEndpointGatewayBinding>
PrivatePathServiceGatewayEndpointGatewayBindingCollection. getEndpointGatewayBindings()
Gets the endpointGatewayBindings.List<PrivatePathServiceGatewayEndpointGatewayBinding>
PrivatePathServiceGatewayEndpointGatewayBindingsPager. getNext()
Returns the next page of results.
-