| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default GetRandomPasswordResponse |
SecretsManagerClient.getRandomPassword()
Generates a random password of the specified complexity.
|
default GetRandomPasswordResponse |
SecretsManagerClient.getRandomPassword(Consumer<GetRandomPasswordRequest.Builder> getRandomPasswordRequest)
Generates a random password of the specified complexity.
|
default GetRandomPasswordResponse |
SecretsManagerClient.getRandomPassword(GetRandomPasswordRequest getRandomPasswordRequest)
Generates a random password of the specified complexity.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRandomPasswordResponse> |
SecretsManagerAsyncClient.getRandomPassword()
Generates a random password of the specified complexity.
|
default CompletableFuture<GetRandomPasswordResponse> |
SecretsManagerAsyncClient.getRandomPassword(Consumer<GetRandomPasswordRequest.Builder> getRandomPasswordRequest)
Generates a random password of the specified complexity.
|
default CompletableFuture<GetRandomPasswordResponse> |
SecretsManagerAsyncClient.getRandomPassword(GetRandomPasswordRequest getRandomPasswordRequest)
Generates a random password of the specified complexity.
|
Copyright © 2019. All rights reserved.