| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| software.amazon.awssdk.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetRandomPasswordResponse> |
SecretsManagerAsyncClient.getRandomPassword(Consumer<GetRandomPasswordRequest.Builder> getRandomPasswordRequest)
Generates a random password.
|
default GetRandomPasswordResponse |
SecretsManagerClient.getRandomPassword(Consumer<GetRandomPasswordRequest.Builder> getRandomPasswordRequest)
Generates a random password.
|
| Modifier and Type | Method and Description |
|---|---|
static GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.builder() |
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludeCharacters(String excludeCharacters)
A string of the characters that you don't want in the password.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludeLowercase(Boolean excludeLowercase)
Specifies whether to exclude lowercase letters from the password.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludeNumbers(Boolean excludeNumbers)
Specifies whether to exclude numbers from the password.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludePunctuation(Boolean excludePunctuation)
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . |
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludeUppercase(Boolean excludeUppercase)
Specifies whether to exclude uppercase letters from the password.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.includeSpace(Boolean includeSpace)
Specifies whether to include the space character.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.passwordLength(Long passwordLength)
The length of the password.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.requireEachIncludedType(Boolean requireEachIncludedType)
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetRandomPasswordRequest.Builder> |
GetRandomPasswordRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.