public static interface ListSecretsResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<ListSecretsResponse.Builder,ListSecretsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecretsResponse.Builder |
nextToken(String nextToken)
Secrets Manager includes this value if there's more output available than what is included in the current
response.
|
ListSecretsResponse.Builder |
secretList(Collection<SecretListEntry> secretList)
A list of the secrets in the account.
|
ListSecretsResponse.Builder |
secretList(Consumer<SecretListEntry.Builder>... secretList)
A list of the secrets in the account.
|
ListSecretsResponse.Builder |
secretList(SecretListEntry... secretList)
A list of the secrets in the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSecretsResponse.Builder secretList(Collection<SecretListEntry> secretList)
A list of the secrets in the account.
secretList - A list of the secrets in the account.ListSecretsResponse.Builder secretList(SecretListEntry... secretList)
A list of the secrets in the account.
secretList - A list of the secrets in the account.ListSecretsResponse.Builder secretList(Consumer<SecretListEntry.Builder>... secretList)
A list of the secrets in the account.
This is a convenience method that creates an instance of theSecretListEntry.Builder avoiding the need to
create one manually via
SecretListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #secretList(List.
secretList - a consumer that will call methods on
SecretListEntry.Builder#secretList(java.util.Collection) ListSecretsResponse.Builder nextToken(String nextToken)
Secrets Manager includes this value if there's more output available than what is included in the current
response. This can occur even when the response includes no values at all, such as when you ask for a
filtered view of a long list. To get the next results, call ListSecrets again with this value.
nextToken - Secrets Manager includes this value if there's more output available than what is included in the
current response. This can occur even when the response includes no values at all, such as when you
ask for a filtered view of a long list. To get the next results, call ListSecrets again
with this value.Copyright © 2023. All rights reserved.