Uses of Class
com.ibm.cloud.is.vpc.v1.model.ShareProfileIdentity
-
Packages that use ShareProfileIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of ShareProfileIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of ShareProfileIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
ShareProfileIdentityByHref
ShareProfileIdentityByHref.class
ShareProfileIdentityByName
ShareProfileIdentityByName.Methods in com.ibm.cloud.is.vpc.v1.model that return ShareProfileIdentity Modifier and Type Method Description ShareProfileIdentity
SharePatch. profile()
Gets the profile.ShareProfileIdentity
SharePrototype. profile()
Gets the profile.ShareProfileIdentity
SharePrototypeShareContext. profile()
Gets the profile.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type ShareProfileIdentity Modifier and Type Method Description SharePatch.Builder
SharePatch.Builder. profile(ShareProfileIdentity profile)
Set the profile.SharePrototypeShareBySize.Builder
SharePrototypeShareBySize.Builder. profile(ShareProfileIdentity profile)
Set the profile.SharePrototypeShareBySourceShare.Builder
SharePrototypeShareBySourceShare.Builder. profile(ShareProfileIdentity profile)
Set the profile.SharePrototypeShareContext.Builder
SharePrototypeShareContext.Builder. profile(ShareProfileIdentity profile)
Set the profile.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type ShareProfileIdentity Constructor Description Builder(ShareProfileIdentity shareProfileIdentityByHref)
Instantiates a new Builder from an existing ShareProfileIdentityByHref instance.Builder(ShareProfileIdentity shareProfileIdentityByName)
Instantiates a new Builder from an existing ShareProfileIdentityByName instance.Builder(ShareProfileIdentity profile, Long size, ZoneIdentity zone)
Instantiates a new builder with required properties.Builder(ShareProfileIdentity profile, String replicationCronSpec, ShareIdentity sourceShare, ZoneIdentity zone)
Instantiates a new builder with required properties.Builder(ShareProfileIdentity profile, String replicationCronSpec, ZoneIdentity zone)
Instantiates a new builder with required properties.
-