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. originShare()
Gets the originShare.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 SharePrototypeShareByOriginShare.Builder
SharePrototypeShareByOriginShare.Builder. originShare(ShareIdentity originShare)
Set the originShare.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(ShareIdentity originShare)
Instantiates a new builder with required properties.Builder(ShareProfileIdentity profile, String replicationCronSpec, ShareIdentity sourceShare, ZoneIdentity zone)
Instantiates a new builder with required properties.
-