Uses of Class
com.ibm.cloud.is.vpc.v1.model.ShareIdentity
-
Packages that use ShareIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of ShareIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of ShareIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
ShareIdentityByCRN
ShareIdentityByCRN.class
ShareIdentityByHref
ShareIdentityByHref.class
ShareIdentityById
ShareIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return ShareIdentity Modifier and Type Method Description ShareIdentity
SharePrototype. sourceShare()
Gets the sourceShare.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type ShareIdentity Modifier and Type Method Description SharePrototypeShareBySourceShare.Builder
SharePrototypeShareBySourceShare.Builder. sourceShare(ShareIdentity sourceShare)
Set the sourceShare.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type ShareIdentity Constructor Description Builder(ShareIdentity shareIdentityByCrn)
Instantiates a new Builder from an existing ShareIdentityByCRN instance.Builder(ShareIdentity shareIdentityByHref)
Instantiates a new Builder from an existing ShareIdentityByHref instance.Builder(ShareIdentity shareIdentityById)
Instantiates a new Builder from an existing ShareIdentityById instance.Builder(ShareProfileIdentity profile, ZoneIdentity zone, String replicationCronSpec, ShareIdentity sourceShare)
Instantiates a new builder with required properties.
-