Uses of Class
software.amazon.awssdk.services.omics.model.ShareStatus
-
Packages that use ShareStatus Package Description software.amazon.awssdk.services.omics.model -
-
Uses of ShareStatus in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return ShareStatus Modifier and Type Method Description static ShareStatusShareStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShareStatusAcceptShareResponse. status()The status of the resource share.ShareStatusCreateShareResponse. status()The status of the share.ShareStatusDeleteShareResponse. status()The status of the share being deleted.ShareStatusShareDetails. status()The status of the share.static ShareStatusShareStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ShareStatus[]ShareStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.omics.model that return types with arguments of type ShareStatus Modifier and Type Method Description static Set<ShareStatus>ShareStatus. knownValues()List<ShareStatus>Filter. status()Filter based on the resource status.Methods in software.amazon.awssdk.services.omics.model with parameters of type ShareStatus Modifier and Type Method Description AcceptShareResponse.BuilderAcceptShareResponse.Builder. status(ShareStatus status)The status of the resource share.CreateShareResponse.BuilderCreateShareResponse.Builder. status(ShareStatus status)The status of the share.DeleteShareResponse.BuilderDeleteShareResponse.Builder. status(ShareStatus status)The status of the share being deleted.Filter.BuilderFilter.Builder. status(ShareStatus... status)Filter based on the resource status.ShareDetails.BuilderShareDetails.Builder. status(ShareStatus status)The status of the share.Method parameters in software.amazon.awssdk.services.omics.model with type arguments of type ShareStatus Modifier and Type Method Description Filter.BuilderFilter.Builder. status(Collection<ShareStatus> status)Filter based on the resource status.
-