| 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 |
AbstractAWSSecretsManager.describeSecret(DescribeSecretRequest request) |
DescribeSecretResult |
AWSSecretsManager.describeSecret(DescribeSecretRequest describeSecretRequest)
Retrieves the details of a secret.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSecretResult> |
AWSSecretsManagerAsyncClient.describeSecretAsync(DescribeSecretRequest request,
AsyncHandler<DescribeSecretRequest,DescribeSecretResult> asyncHandler) |
Future<DescribeSecretResult> |
AbstractAWSSecretsManagerAsync.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) |
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.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 AWS 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 Secrets Manager rotation process for this secret was invoked.
|
DescribeSecretResult |
DescribeSecretResult.withName(String name)
The user-provided friendly name of the secret.
|
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 that contains 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
SecretVersionId that each is attached to. |
Copyright © 2018. All rights reserved.