Uses of Class
com.ibm.cloud.is.vpc.v1.model.GetSubnetOptions
-
Packages that use GetSubnetOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of GetSubnetOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type GetSubnetOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Subnet>
Vpc. getSubnet(GetSubnetOptions getSubnetOptions)
Retrieve a subnet. -
Uses of GetSubnetOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return GetSubnetOptions Modifier and Type Method Description GetSubnetOptions
GetSubnetOptions.Builder. build()
Builds a GetSubnetOptions.
-