| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeSecretResult |
AbstractAWSSecretsManager.describeSecret(DescribeSecretRequest request) |
DescribeSecretResult |
AWSSecretsManager.describeSecret(DescribeSecretRequest describeSecretRequest)
Retrieves the details of a secret.
|
DescribeSecretResult |
AWSSecretsManagerClient.describeSecret(DescribeSecretRequest request)
Retrieves the details of a secret.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<DescribeSecretResult> |
AbstractAWSSecretsManagerAsync.describeSecretAsync(DescribeSecretRequest request,
AsyncHandler<DescribeSecretRequest,DescribeSecretResult> asyncHandler) |
| 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 you created the secret.
|
DescribeSecretResult |
DescribeSecretResult.withDeletedDate(Date deletedDate)
This value exists if the secret is scheduled for deletion.
|
DescribeSecretResult |
DescribeSecretResult.withDescription(String description)
The user-provided description of the secret.
|
DescribeSecretResult |
DescribeSecretResult.withKmsKeyId(String kmsKeyId)
The ARN or alias of the Amazon Web Services KMS customer master key (CMK) that's used to encrypt the
SecretString or SecretBinary fields in each version of the secret. |
DescribeSecretResult |
DescribeSecretResult.withLastAccessedDate(Date lastAccessedDate)
The last date that this secret was accessed.
|
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 the rotation process for this secret was invoked.
|
DescribeSecretResult |
DescribeSecretResult.withName(String name)
The user-provided friendly name of the secret.
|
DescribeSecretResult |
DescribeSecretResult.withOwningService(String owningService)
Returns the name of the service that created this secret.
|
DescribeSecretResult |
DescribeSecretResult.withPrimaryRegion(String primaryRegion)
Specifies the primary region for secret replication.
|
DescribeSecretResult |
DescribeSecretResult.withReplicationStatus(Collection<ReplicationStatusType> replicationStatus)
Describes a list of replication status objects as
InProgress, Failed or
InSync.P |
DescribeSecretResult |
DescribeSecretResult.withReplicationStatus(ReplicationStatusType... replicationStatus)
Describes a list of replication status objects as
InProgress, Failed or
InSync.P |
DescribeSecretResult |
DescribeSecretResult.withRotationEnabled(Boolean rotationEnabled)
Specifies whether automatic rotation is enabled for this secret.
|
DescribeSecretResult |
DescribeSecretResult.withRotationLambdaARN(String rotationLambdaARN)
The ARN of a Lambda function that's invoked by Secrets Manager to rotate the secret either automatically per the
schedule or manually by a call to
RotateSecret. |
DescribeSecretResult |
DescribeSecretResult.withRotationRules(RotationRulesType rotationRules)
A structure with the rotation configuration for this secret.
|
DescribeSecretResult |
DescribeSecretResult.withTags(Collection<Tag> tags)
The list of user-defined tags that are associated with the secret.
|
DescribeSecretResult |
DescribeSecretResult.withTags(Tag... tags)
The list of user-defined tags that are associated with the secret.
|
DescribeSecretResult |
DescribeSecretResult.withVersionIdsToStages(Map<String,List<String>> versionIdsToStages)
A list of all of the currently assigned
VersionStage staging labels and the VersionId
that each is attached to. |
Copyright © 2021. All rights reserved.