Uses of Class
com.ibm.cloud.is.vpc.v1.model.TrustedProfileIdentity
-
Packages that use TrustedProfileIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of TrustedProfileIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of TrustedProfileIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
TrustedProfileIdentityByCRN
TrustedProfileIdentityByCRN.class
TrustedProfileIdentityById
TrustedProfileIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return TrustedProfileIdentity Modifier and Type Method Description TrustedProfileIdentity
InstanceDefaultTrustedProfilePrototype. target()
Gets the target.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type TrustedProfileIdentity Modifier and Type Method Description InstanceDefaultTrustedProfilePrototype.Builder
InstanceDefaultTrustedProfilePrototype.Builder. target(TrustedProfileIdentity target)
Set the target.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type TrustedProfileIdentity Constructor Description Builder(TrustedProfileIdentity target)
Instantiates a new builder with required properties.Builder(TrustedProfileIdentity trustedProfileIdentityByCrn)
Instantiates a new Builder from an existing TrustedProfileIdentityByCRN instance.Builder(TrustedProfileIdentity trustedProfileIdentityById)
Instantiates a new Builder from an existing TrustedProfileIdentityById instance.
-