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