Uses of Class
com.ibm.cloud.is.vpc.v1.model.PrivatePathServiceGateway
Packages that use PrivatePathServiceGateway
Package
Description
Virtual Private Cloud API v1.
-
Uses of PrivatePathServiceGateway in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type PrivatePathServiceGatewayModifier and TypeMethodDescriptioncom.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGateway> Vpc.createPrivatePathServiceGateway(CreatePrivatePathServiceGatewayOptions createPrivatePathServiceGatewayOptions) Create a private path service gateway.com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGateway> Vpc.getPrivatePathServiceGateway(GetPrivatePathServiceGatewayOptions getPrivatePathServiceGatewayOptions) Retrieve a private path service gateway.com.ibm.cloud.sdk.core.http.ServiceCall<PrivatePathServiceGateway> Vpc.updatePrivatePathServiceGateway(UpdatePrivatePathServiceGatewayOptions updatePrivatePathServiceGatewayOptions) Update a private path service gateway. -
Uses of PrivatePathServiceGateway in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type PrivatePathServiceGatewayModifier and TypeMethodDescriptionPrivatePathServiceGatewaysPager.getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.PrivatePathServiceGatewaysPager.getNext()Returns the next page of results.PrivatePathServiceGatewayCollection.getPrivatePathServiceGateways()Gets the privatePathServiceGateways.