Uses of Class
com.ibm.cloud.is.vpc.v1.model.ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions
-
Packages that use ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGatewayEndpointGatewayBindingCollection>
Vpc. listPrivatePathServiceGatewayEndpointGatewayBindings(ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions listPrivatePathServiceGatewayEndpointGatewayBindingsOptions)
List endpoint gateway bindings for a private path service gateway. -
Uses of ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions Modifier and Type Method Description ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions
ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Builder. build()
Builds a ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions Constructor Description PrivatePathServiceGatewayEndpointGatewayBindingsPager(Vpc client, ListPrivatePathServiceGatewayEndpointGatewayBindingsOptions options)
Constructs a new PrivatePathServiceGatewayEndpointGatewayBindingsPager instance with the specified client and options model instance.
-