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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #secretList(List) .secretList - a consumer that will call methods on List.Builder #secretList(List) 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 © 2022. All rights reserved.