Uses of Class
software.amazon.awssdk.services.datasync.model.SmbAuthenticationType
-
Packages that use SmbAuthenticationType Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of SmbAuthenticationType in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return SmbAuthenticationType Modifier and Type Method Description SmbAuthenticationTypeCreateLocationSmbRequest. authenticationType()Specifies the authentication protocol that DataSync uses to connect to your SMB file server.SmbAuthenticationTypeDescribeLocationSmbResponse. authenticationType()The authentication protocol that DataSync uses to connect to your SMB file server.SmbAuthenticationTypeUpdateLocationSmbRequest. authenticationType()Specifies the authentication protocol that DataSync uses to connect to your SMB file server.static SmbAuthenticationTypeSmbAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SmbAuthenticationTypeSmbAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SmbAuthenticationType[]SmbAuthenticationType. 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 SmbAuthenticationType Modifier and Type Method Description static Set<SmbAuthenticationType>SmbAuthenticationType. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type SmbAuthenticationType Modifier and Type Method Description CreateLocationSmbRequest.BuilderCreateLocationSmbRequest.Builder. authenticationType(SmbAuthenticationType authenticationType)Specifies the authentication protocol that DataSync uses to connect to your SMB file server.DescribeLocationSmbResponse.BuilderDescribeLocationSmbResponse.Builder. authenticationType(SmbAuthenticationType authenticationType)The authentication protocol that DataSync uses to connect to your SMB file server.UpdateLocationSmbRequest.BuilderUpdateLocationSmbRequest.Builder. authenticationType(SmbAuthenticationType authenticationType)Specifies the authentication protocol that DataSync uses to connect to your SMB file server.
-