| 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> |
AWSSecretsManagerAsyncClient.getRandomPasswordAsync(GetRandomPasswordRequest request,
AsyncHandler<GetRandomPasswordRequest,GetRandomPasswordResult> asyncHandler) |
Future<GetRandomPasswordResult> |
AWSSecretsManagerAsync.getRandomPasswordAsync(GetRandomPasswordRequest getRandomPasswordRequest,
AsyncHandler<GetRandomPasswordRequest,GetRandomPasswordResult> asyncHandler)
Generates a random password.
|
| Modifier and Type | Method and Description |
|---|---|
GetRandomPasswordRequest |
GetRandomPasswordRequest.clone() |
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludeCharacters(String excludeCharacters)
A string of the characters that you don't want in the password.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludeLowercase(Boolean excludeLowercase)
Specifies whether to exclude lowercase letters from the password.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludeNumbers(Boolean excludeNumbers)
Specifies whether to exclude numbers from the password.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludePunctuation(Boolean excludePunctuation)
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . |
GetRandomPasswordRequest |
GetRandomPasswordRequest.withExcludeUppercase(Boolean excludeUppercase)
Specifies whether to exclude uppercase letters from the password.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withIncludeSpace(Boolean includeSpace)
Specifies whether to include the space character.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withPasswordLength(Long passwordLength)
The length of the password.
|
GetRandomPasswordRequest |
GetRandomPasswordRequest.withRequireEachIncludedType(Boolean requireEachIncludedType)
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
|
Copyright © 2022. All rights reserved.