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 of the specified complexity.
|
default GetRandomPasswordResponse |
SecretsManagerClient.getRandomPassword(Consumer<GetRandomPasswordRequest.Builder> getRandomPasswordRequest)
Generates a random password of the specified complexity.
|
Modifier and Type | Method and Description |
---|---|
static GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.builder() |
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludeCharacters(String excludeCharacters)
A string that includes characters that should not be included in the generated password.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludeLowercase(Boolean excludeLowercase)
Specifies that the generated password should not include lowercase letters.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludeNumbers(Boolean excludeNumbers)
Specifies that the generated password should not include digits.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludePunctuation(Boolean excludePunctuation)
Specifies that the generated password should not include punctuation characters.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.excludeUppercase(Boolean excludeUppercase)
Specifies that the generated password should not include uppercase letters.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.includeSpace(Boolean includeSpace)
Specifies that the generated password can 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 desired length of the generated password.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.Builder.requireEachIncludedType(Boolean requireEachIncludedType)
A boolean value that specifies whether the generated password must include at least one of every allowed
character type.
|
GetRandomPasswordRequest.Builder |
GetRandomPasswordRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetRandomPasswordRequest.Builder> |
GetRandomPasswordRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.