| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static EfsInTransitEncryption |
EfsInTransitEncryption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EfsInTransitEncryption |
CreateLocationEfsRequest.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.
|
EfsInTransitEncryption |
DescribeLocationEfsResponse.inTransitEncryption()
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon
EFS file system.
|
static EfsInTransitEncryption |
EfsInTransitEncryption.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EfsInTransitEncryption> |
EfsInTransitEncryption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationEfsRequest.Builder |
CreateLocationEfsRequest.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.Builder |
DescribeLocationEfsResponse.Builder.inTransitEncryption(EfsInTransitEncryption inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the
Amazon EFS file system.
|
Copyright © 2022. All rights reserved.