Uses of Class
com.ibm.cloud.is.vpc.v1.model.DeletePrivatePathServiceGatewayOptions
-
Packages that use DeletePrivatePathServiceGatewayOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of DeletePrivatePathServiceGatewayOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type DeletePrivatePathServiceGatewayOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Void>
Vpc. deletePrivatePathServiceGateway(DeletePrivatePathServiceGatewayOptions deletePrivatePathServiceGatewayOptions)
Delete a private path service gateway. -
Uses of DeletePrivatePathServiceGatewayOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return DeletePrivatePathServiceGatewayOptions Modifier and Type Method Description DeletePrivatePathServiceGatewayOptions
DeletePrivatePathServiceGatewayOptions.Builder. build()
Builds a DeletePrivatePathServiceGatewayOptions.
-