Uses of Class
software.amazon.awssdk.services.datasync.model.AzureBlobAuthenticationType
-
Packages that use AzureBlobAuthenticationType Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of AzureBlobAuthenticationType in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return AzureBlobAuthenticationType Modifier and Type Method Description AzureBlobAuthenticationTypeCreateLocationAzureBlobRequest. authenticationType()Specifies the authentication method DataSync uses to access your Azure Blob Storage.AzureBlobAuthenticationTypeDescribeLocationAzureBlobResponse. authenticationType()The authentication method DataSync uses to access your Azure Blob Storage.AzureBlobAuthenticationTypeUpdateLocationAzureBlobRequest. authenticationType()Specifies the authentication method DataSync uses to access your Azure Blob Storage.static AzureBlobAuthenticationTypeAzureBlobAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AzureBlobAuthenticationTypeAzureBlobAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureBlobAuthenticationType[]AzureBlobAuthenticationType. 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 AzureBlobAuthenticationType Modifier and Type Method Description static Set<AzureBlobAuthenticationType>AzureBlobAuthenticationType. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type AzureBlobAuthenticationType Modifier and Type Method Description CreateLocationAzureBlobRequest.BuilderCreateLocationAzureBlobRequest.Builder. authenticationType(AzureBlobAuthenticationType authenticationType)Specifies the authentication method DataSync uses to access your Azure Blob Storage.DescribeLocationAzureBlobResponse.BuilderDescribeLocationAzureBlobResponse.Builder. authenticationType(AzureBlobAuthenticationType authenticationType)The authentication method DataSync uses to access your Azure Blob Storage.UpdateLocationAzureBlobRequest.BuilderUpdateLocationAzureBlobRequest.Builder. authenticationType(AzureBlobAuthenticationType authenticationType)Specifies the authentication method DataSync uses to access your Azure Blob Storage.
-