| Package | Description |
|---|---|
| com.amazonaws.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
RegionInfo |
RegionInfo.clone() |
RegionInfo |
RegionInfo.withSseKmsKeyId(String sseKmsKeyId)
The ID of the KMS key used to encrypt the data in this Amazon Web Services Region.
|
RegionInfo |
RegionInfo.withStatus(RegionStatus status)
The status of the Amazon Web Services Region in the replication set.
|
RegionInfo |
RegionInfo.withStatus(String status)
The status of the Amazon Web Services Region in the replication set.
|
RegionInfo |
RegionInfo.withStatusMessage(String statusMessage)
Information displayed about the status of the Amazon Web Services Region.
|
RegionInfo |
RegionInfo.withStatusUpdateDateTime(Date statusUpdateDateTime)
The most recent date and time that Incident Manager updated the Amazon Web Services Region's status.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RegionInfo> |
ReplicationSet.getRegionMap()
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.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationSet |
ReplicationSet.addRegionMapEntry(String key,
RegionInfo value)
Add a single RegionMap entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationSet.setRegionMap(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.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.
|
Copyright © 2021. All rights reserved.