Uses of Class
software.amazon.awssdk.services.omics.model.StoreType
-
Packages that use StoreType Package Description software.amazon.awssdk.services.omics.model -
-
Uses of StoreType in software.amazon.awssdk.services.omics.model
Methods in software.amazon.awssdk.services.omics.model that return StoreType Modifier and Type Method Description static StoreTypeStoreType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StoreTypeGetS3AccessPolicyResponse. storeType()The type of store associated with the access point.StoreTypePutS3AccessPolicyResponse. storeType()The type of store associated with the access point.static StoreTypeStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreType[]StoreType. 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 StoreType Modifier and Type Method Description static Set<StoreType>StoreType. knownValues()Methods in software.amazon.awssdk.services.omics.model with parameters of type StoreType Modifier and Type Method Description GetS3AccessPolicyResponse.BuilderGetS3AccessPolicyResponse.Builder. storeType(StoreType storeType)The type of store associated with the access point.PutS3AccessPolicyResponse.BuilderPutS3AccessPolicyResponse.Builder. storeType(StoreType storeType)The type of store associated with the access point.
-