Uses of Class
com.ibm.cloud.is.vpc.v1.model.GetInstanceProfileOptions
-
Packages that use GetInstanceProfileOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of GetInstanceProfileOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type GetInstanceProfileOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<InstanceProfile>
Vpc. getInstanceProfile(GetInstanceProfileOptions getInstanceProfileOptions)
Retrieve an instance profile. -
Uses of GetInstanceProfileOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return GetInstanceProfileOptions Modifier and Type Method Description GetInstanceProfileOptions
GetInstanceProfileOptions.Builder. build()
Builds a GetInstanceProfileOptions.
-