| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSecretResult |
AWSSecretsManagerClient.describeSecret(DescribeSecretRequest request)
Retrieves the details of a secret.
|
DescribeSecretResult |
AWSSecretsManager.describeSecret(DescribeSecretRequest describeSecretRequest)
Retrieves the details of a secret.
|
DescribeSecretResult |
AbstractAWSSecretsManager.describeSecret(DescribeSecretRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSecretResult> |
AbstractAWSSecretsManagerAsync.describeSecretAsync(DescribeSecretRequest request,
AsyncHandler<DescribeSecretRequest,DescribeSecretResult> asyncHandler) |
Future<DescribeSecretResult> |
AWSSecretsManagerAsyncClient.describeSecretAsync(DescribeSecretRequest request,
AsyncHandler<DescribeSecretRequest,DescribeSecretResult> asyncHandler) |
Future<DescribeSecretResult> |
AWSSecretsManagerAsync.describeSecretAsync(DescribeSecretRequest describeSecretRequest,
AsyncHandler<DescribeSecretRequest,DescribeSecretResult> asyncHandler)
Retrieves the details of a secret.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSecretResult |
DescribeSecretResult.addVersionIdsToStagesEntry(String key,
List<String> value)
Add a single VersionIdsToStages entry
|
DescribeSecretResult |
DescribeSecretResult.clearVersionIdsToStagesEntries()
Removes all the entries added into VersionIdsToStages.
|
DescribeSecretResult |
DescribeSecretResult.clone() |
DescribeSecretResult |
DescribeSecretResult.withARN(String aRN)
The ARN of the secret.
|
DescribeSecretResult |
DescribeSecretResult.withCreatedDate(Date createdDate)
The date the secret was created.
|
DescribeSecretResult |
DescribeSecretResult.withDeletedDate(Date deletedDate)
The date the secret is scheduled for deletion.
|
DescribeSecretResult |
DescribeSecretResult.withDescription(String description)
The description of the secret.
|
DescribeSecretResult |
DescribeSecretResult.withKmsKeyId(String kmsKeyId)
The key ID or alias ARN of the KMS key that Secrets Manager uses to encrypt the secret value.
|
DescribeSecretResult |
DescribeSecretResult.withLastAccessedDate(Date lastAccessedDate)
The date that the secret was last accessed in the Region.
|
DescribeSecretResult |
DescribeSecretResult.withLastChangedDate(Date lastChangedDate)
The last date and time that this secret was modified in any way.
|
DescribeSecretResult |
DescribeSecretResult.withLastRotatedDate(Date lastRotatedDate)
The last date and time that Secrets Manager rotated the secret.
|
DescribeSecretResult |
DescribeSecretResult.withName(String name)
The name of the secret.
|
DescribeSecretResult |
DescribeSecretResult.withNextRotationDate(Date nextRotationDate)
The next rotation is scheduled to occur on or before this date.
|
DescribeSecretResult |
DescribeSecretResult.withOwningService(String owningService)
The ID of the service that created this secret.
|
DescribeSecretResult |
DescribeSecretResult.withPrimaryRegion(String primaryRegion)
The Region the secret is in.
|
DescribeSecretResult |
DescribeSecretResult.withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
A list of the replicas of this secret and their status:
|
DescribeSecretResult |
DescribeSecretResult.withReplicationStatus(ReplicationStatusType... replicationStatus)
A list of the replicas of this secret and their status:
|
DescribeSecretResult |
DescribeSecretResult.withRotationEnabled(Boolean rotationEnabled)
Specifies whether automatic rotation is turned on for this secret.
|
DescribeSecretResult |
DescribeSecretResult.withRotationLambdaARN(String rotationLambdaARN)
The ARN of the Lambda function that Secrets Manager invokes to rotate the secret.
|
DescribeSecretResult |
DescribeSecretResult.withRotationRules(RotationRulesType rotationRules)
The rotation schedule and Lambda function for this secret.
|
DescribeSecretResult |
DescribeSecretResult.withTags(Collection<Tag> tags)
The list of tags attached to the secret.
|
DescribeSecretResult |
DescribeSecretResult.withTags(Tag... tags)
The list of tags attached to the secret.
|
DescribeSecretResult |
DescribeSecretResult.withVersionIdsToStages(Map<String,List<String>> versionIdsToStages)
A list of the versions of the secret that have staging labels attached.
|
Copyright © 2024. All rights reserved.