| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationStatusType |
ReplicationStatusType.clone() |
ReplicationStatusType |
ReplicationStatusType.withKmsKeyId(String kmsKeyId)
Can be an
ARN, Key ID, or Alias. |
ReplicationStatusType |
ReplicationStatusType.withLastAccessedDate(Date lastAccessedDate)
The date that the secret was last accessed in the Region.
|
ReplicationStatusType |
ReplicationStatusType.withRegion(String region)
The Region where replication occurs.
|
ReplicationStatusType |
ReplicationStatusType.withStatus(StatusType status)
The status can be
InProgress, Failed, or InSync. |
ReplicationStatusType |
ReplicationStatusType.withStatus(String status)
The status can be
InProgress, Failed, or InSync. |
ReplicationStatusType |
ReplicationStatusType.withStatusMessage(String statusMessage)
Status message such as "Secret with this name already exists in this region".
|
| Modifier and Type | Method and Description |
|---|---|
List<ReplicationStatusType> |
RemoveRegionsFromReplicationResult.getReplicationStatus()
The status of replicas for this secret after you remove Regions.
|
List<ReplicationStatusType> |
DescribeSecretResult.getReplicationStatus()
A list of the replicas of this secret and their status:
|
List<ReplicationStatusType> |
CreateSecretResult.getReplicationStatus()
A list of the replicas of this secret and their status:
|
List<ReplicationStatusType> |
ReplicateSecretToRegionsResult.getReplicationStatus()
The status of replication.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveRegionsFromReplicationResult |
RemoveRegionsFromReplicationResult.withReplicationStatus(ReplicationStatusType... replicationStatus)
The status of replicas for this secret after you remove Regions.
|
DescribeSecretResult |
DescribeSecretResult.withReplicationStatus(ReplicationStatusType... replicationStatus)
A list of the replicas of this secret and their status:
|
CreateSecretResult |
CreateSecretResult.withReplicationStatus(ReplicationStatusType... replicationStatus)
A list of the replicas of this secret and their status:
|
ReplicateSecretToRegionsResult |
ReplicateSecretToRegionsResult.withReplicationStatus(ReplicationStatusType... replicationStatus)
The status of replication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoveRegionsFromReplicationResult.setReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replicas for this secret after you remove Regions.
|
void |
DescribeSecretResult.setReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
A list of the replicas of this secret and their status:
|
void |
CreateSecretResult.setReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
A list of the replicas of this secret and their status:
|
void |
ReplicateSecretToRegionsResult.setReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replication.
|
RemoveRegionsFromReplicationResult |
RemoveRegionsFromReplicationResult.withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replicas for this secret after you remove Regions.
|
DescribeSecretResult |
DescribeSecretResult.withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
A list of the replicas of this secret and their status:
|
CreateSecretResult |
CreateSecretResult.withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
A list of the replicas of this secret and their status:
|
ReplicateSecretToRegionsResult |
ReplicateSecretToRegionsResult.withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
The status of replication.
|
Copyright © 2023. All rights reserved.