Uses of Class
com.ibm.cloud.is.vpc.v1.model.PrivatePathServiceGatewayAccountPolicy
-
Packages that use PrivatePathServiceGatewayAccountPolicy Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of PrivatePathServiceGatewayAccountPolicy in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type PrivatePathServiceGatewayAccountPolicy Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGatewayAccountPolicy>
Vpc. createPrivatePathServiceGatewayAccountPolicy(CreatePrivatePathServiceGatewayAccountPolicyOptions createPrivatePathServiceGatewayAccountPolicyOptions)
Create an account policy for a private path service gateway.com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGatewayAccountPolicy>
Vpc. getPrivatePathServiceGatewayAccountPolicy(GetPrivatePathServiceGatewayAccountPolicyOptions getPrivatePathServiceGatewayAccountPolicyOptions)
Retrieve an account policy for a private path service gateway.com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGatewayAccountPolicy>
Vpc. updatePrivatePathServiceGatewayAccountPolicy(UpdatePrivatePathServiceGatewayAccountPolicyOptions updatePrivatePathServiceGatewayAccountPolicyOptions)
Update an account policy for a private path service gateway. -
Uses of PrivatePathServiceGatewayAccountPolicy in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type PrivatePathServiceGatewayAccountPolicy Modifier and Type Method Description List<PrivatePathServiceGatewayAccountPolicy>
PrivatePathServiceGatewayAccountPolicyCollection. getAccountPolicies()
Gets the accountPolicies.List<PrivatePathServiceGatewayAccountPolicy>
PrivatePathServiceGatewayAccountPoliciesPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<PrivatePathServiceGatewayAccountPolicy>
PrivatePathServiceGatewayAccountPoliciesPager. getNext()
Returns the next page of results.
-