Uses of Class
software.amazon.awssdk.services.mediaconvert.model.S3StorageClass
-
Packages that use S3StorageClass Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of S3StorageClass in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return S3StorageClass Modifier and Type Method Description static S3StorageClassS3StorageClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.S3StorageClassS3DestinationSettings. storageClass()Specify the S3 storage class to use for this output.static S3StorageClassS3StorageClass. valueOf(String name)Returns the enum constant of this type with the specified name.static S3StorageClass[]S3StorageClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type S3StorageClass Modifier and Type Method Description static Set<S3StorageClass>S3StorageClass. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type S3StorageClass Modifier and Type Method Description S3DestinationSettings.BuilderS3DestinationSettings.Builder. storageClass(S3StorageClass storageClass)Specify the S3 storage class to use for this output.
-