| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRandomPasswordResult> |
AbstractAWSSecretsManagerAsync.getRandomPasswordAsync(GetRandomPasswordRequest request,
AsyncHandler<GetRandomPasswordRequest,GetRandomPasswordResult> asyncHandler) |
Future<GetRandomPasswordResult> |
AWSSecretsManagerAsync.getRandomPasswordAsync(GetRandomPasswordRequest getRandomPasswordRequest,
AsyncHandler<GetRandomPasswordRequest,GetRandomPasswordResult> asyncHandler)
Generates a random password of the specified complexity.
|
Future<GetRandomPasswordResult> |
AWSSecretsManagerAsyncClient.getRandomPasswordAsync(GetRandomPasswordRequest request,
AsyncHandler<GetRandomPasswordRequest,GetRandomPasswordResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRandomPasswordRequest |
GetRandomPasswordRequest.clone() |
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludeCharacters(String excludeCharacters)
A string that includes characters that should not be included in the generated password.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludeLowercase(Boolean excludeLowercase)
Specifies that the generated password should not include lowercase letters.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludeNumbers(Boolean excludeNumbers)
Specifies that the generated password should not include digits.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludePunctuation(Boolean excludePunctuation)
Specifies that the generated password should not include punctuation characters.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludeUppercase(Boolean excludeUppercase)
Specifies that the generated password should not include uppercase letters.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withIncludeSpace(Boolean includeSpace)
Specifies that the generated password can include the space character.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withPasswordLength(Long passwordLength)
The desired length of the generated password.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withRequireEachIncludedType(Boolean requireEachIncludedType)
A boolean value that specifies whether the generated password must include at least one of every allowed
character type.
|
Copyright © 2021. All rights reserved.