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
TrustedProfileIdentityTrustedProfileByCRN
TrustedProfileIdentityTrustedProfileByCRN.class
TrustedProfileIdentityTrustedProfileById
TrustedProfileIdentityTrustedProfileById.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 trustedProfileIdentityTrustedProfileByCrn)
Instantiates a new Builder from an existing TrustedProfileIdentityTrustedProfileByCRN instance.Builder(TrustedProfileIdentity trustedProfileIdentityTrustedProfileById)
Instantiates a new Builder from an existing TrustedProfileIdentityTrustedProfileById instance.
-