Uses of Class
software.amazon.awssdk.services.datasync.model.AzureAccessTier
-
Packages that use AzureAccessTier Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of AzureAccessTier in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return AzureAccessTier Modifier and Type Method Description AzureAccessTierCreateLocationAzureBlobRequest. accessTier()Specifies the access tier that you want your objects or files transferred into.AzureAccessTierDescribeLocationAzureBlobResponse. accessTier()The access tier that you want your objects or files transferred into.AzureAccessTierUpdateLocationAzureBlobRequest. accessTier()Specifies the access tier that you want your objects or files transferred into.static AzureAccessTierAzureAccessTier. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AzureAccessTierAzureAccessTier. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureAccessTier[]AzureAccessTier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type AzureAccessTier Modifier and Type Method Description static Set<AzureAccessTier>AzureAccessTier. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type AzureAccessTier Modifier and Type Method Description CreateLocationAzureBlobRequest.BuilderCreateLocationAzureBlobRequest.Builder. accessTier(AzureAccessTier accessTier)Specifies the access tier that you want your objects or files transferred into.DescribeLocationAzureBlobResponse.BuilderDescribeLocationAzureBlobResponse.Builder. accessTier(AzureAccessTier accessTier)The access tier that you want your objects or files transferred into.UpdateLocationAzureBlobRequest.BuilderUpdateLocationAzureBlobRequest.Builder. accessTier(AzureAccessTier accessTier)Specifies the access tier that you want your objects or files transferred into.
-