Uses of Class
software.amazon.awssdk.services.datasync.model.EfsInTransitEncryption
-
Packages that use EfsInTransitEncryption Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of EfsInTransitEncryption in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return EfsInTransitEncryption Modifier and Type Method Description static EfsInTransitEncryptionEfsInTransitEncryption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EfsInTransitEncryptionCreateLocationEfsRequest. inTransitEncryption()Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 encryption when it copies data to or from the Amazon EFS file system.EfsInTransitEncryptionDescribeLocationEfsResponse. inTransitEncryption()Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.static EfsInTransitEncryptionEfsInTransitEncryption. valueOf(String name)Returns the enum constant of this type with the specified name.static EfsInTransitEncryption[]EfsInTransitEncryption. 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 EfsInTransitEncryption Modifier and Type Method Description static Set<EfsInTransitEncryption>EfsInTransitEncryption. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type EfsInTransitEncryption Modifier and Type Method Description CreateLocationEfsRequest.BuilderCreateLocationEfsRequest.Builder. inTransitEncryption(EfsInTransitEncryption inTransitEncryption)Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 encryption when it copies data to or from the Amazon EFS file system.DescribeLocationEfsResponse.BuilderDescribeLocationEfsResponse.Builder. inTransitEncryption(EfsInTransitEncryption inTransitEncryption)Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon EFS file system.
-