| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationSet |
ReplicationSet.addRegionMapEntry(String key,
RegionInfo value)
Add a single RegionMap entry
|
ReplicationSet |
ReplicationSet.clearRegionMapEntries()
Removes all the entries added into RegionMap.
|
ReplicationSet |
ReplicationSet.clone() |
ReplicationSet |
GetReplicationSetResult.getReplicationSet()
Details of the replication set.
|
ReplicationSet |
ReplicationSet.withArn(String arn)
The Amazon Resource Name (ARN) of the replication set.
|
ReplicationSet |
ReplicationSet.withCreatedBy(String createdBy)
Details about who created the replication set.
|
ReplicationSet |
ReplicationSet.withCreatedTime(Date createdTime)
When the replication set was created.
|
ReplicationSet |
ReplicationSet.withDeletionProtected(Boolean deletionProtected)
Determines if the replication set deletion protection is enabled or not.
|
ReplicationSet |
ReplicationSet.withLastModifiedBy(String lastModifiedBy)
Who last modified the replication set.
|
ReplicationSet |
ReplicationSet.withLastModifiedTime(Date lastModifiedTime)
When the replication set was last updated.
|
ReplicationSet |
ReplicationSet.withRegionMap(Map<String,RegionInfo> regionMap)
The map between each Amazon Web Services Region in your replication set and the KMS key that's used to encrypt
the data in that Region.
|
ReplicationSet |
ReplicationSet.withStatus(ReplicationSetStatus status)
The status of the replication set.
|
ReplicationSet |
ReplicationSet.withStatus(String status)
The status of the replication set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetReplicationSetResult.setReplicationSet(ReplicationSet replicationSet)
Details of the replication set.
|
GetReplicationSetResult |
GetReplicationSetResult.withReplicationSet(ReplicationSet replicationSet)
Details of the replication set.
|
Copyright © 2023. All rights reserved.