| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSecretResult |
AWSSecretsManager.createSecret(CreateSecretRequest createSecretRequest)
Creates a new secret.
|
CreateSecretResult |
AWSSecretsManagerClient.createSecret(CreateSecretRequest request)
Creates a new secret.
|
CreateSecretResult |
AbstractAWSSecretsManager.createSecret(CreateSecretRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSecretResult> |
AbstractAWSSecretsManagerAsync.createSecretAsync(CreateSecretRequest request,
AsyncHandler<CreateSecretRequest,CreateSecretResult> asyncHandler) |
Future<CreateSecretResult> |
AWSSecretsManagerAsyncClient.createSecretAsync(CreateSecretRequest request,
AsyncHandler<CreateSecretRequest,CreateSecretResult> asyncHandler) |
Future<CreateSecretResult> |
AWSSecretsManagerAsync.createSecretAsync(CreateSecretRequest createSecretRequest,
AsyncHandler<CreateSecretRequest,CreateSecretResult> asyncHandler)
Creates a new secret.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSecretResult |
CreateSecretResult.clone() |
CreateSecretResult |
CreateSecretResult.withARN(String aRN)
The ARN of the new secret.
|
CreateSecretResult |
CreateSecretResult.withName(String name)
The name of the new secret.
|
CreateSecretResult |
CreateSecretResult.withReplicationStatus(Collection<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:
|
CreateSecretResult |
CreateSecretResult.withVersionId(String versionId)
The unique identifier associated with the version of the new secret.
|
Copyright © 2022. All rights reserved.