Uses of Class
com.ibm.cloud.is.vpc.v1.model.ListPrivatePathServiceGatewaysOptions
-
Packages that use ListPrivatePathServiceGatewaysOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of ListPrivatePathServiceGatewaysOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type ListPrivatePathServiceGatewaysOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGatewayCollection>
Vpc. listPrivatePathServiceGateways(ListPrivatePathServiceGatewaysOptions listPrivatePathServiceGatewaysOptions)
List private path service gateways. -
Uses of ListPrivatePathServiceGatewaysOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return ListPrivatePathServiceGatewaysOptions Modifier and Type Method Description ListPrivatePathServiceGatewaysOptions
ListPrivatePathServiceGatewaysOptions.Builder. build()
Builds a ListPrivatePathServiceGatewaysOptions.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type ListPrivatePathServiceGatewaysOptions Constructor Description PrivatePathServiceGatewaysPager(Vpc client, ListPrivatePathServiceGatewaysOptions options)
Constructs a new PrivatePathServiceGatewaysPager instance with the specified client and options model instance.
-