Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
static TransitEncryptionMode |
TransitEncryptionMode.fromValue(String value)
Use this in place of valueOf.
|
static TransitEncryptionMode |
TransitEncryptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransitEncryptionMode[] |
TransitEncryptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationGroupPendingModifiedValues.setTransitEncryptionMode(TransitEncryptionMode transitEncryptionMode)
A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
|
void |
ReplicationGroup.setTransitEncryptionMode(TransitEncryptionMode transitEncryptionMode)
A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
|
PendingModifiedValues |
PendingModifiedValues.withTransitEncryptionMode(TransitEncryptionMode transitEncryptionMode)
A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
|
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValues.withTransitEncryptionMode(TransitEncryptionMode transitEncryptionMode)
A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withTransitEncryptionMode(TransitEncryptionMode transitEncryptionMode)
A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withTransitEncryptionMode(TransitEncryptionMode transitEncryptionMode)
A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
|
CacheCluster |
CacheCluster.withTransitEncryptionMode(TransitEncryptionMode transitEncryptionMode)
A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
|
ReplicationGroup |
ReplicationGroup.withTransitEncryptionMode(TransitEncryptionMode transitEncryptionMode)
A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.
|
Copyright © 2024. All rights reserved.