public static interface ListSecretsResponse.Builder extends SecretsManagerResponse.Builder, SdkPojo, CopyableBuilder<ListSecretsResponse.Builder,ListSecretsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSecretsResponse.Builder |
nextToken(String nextToken)
If present in the response, this value indicates that there's more output available than 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 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)
If present in the response, this value indicates that there's more output available than 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 very long list. Use this value in the NextToken request parameter in a
subsequent call to the operation to continue processing and get the next part of the output. You should
repeat this until the NextToken response element comes back empty (as null).
nextToken - If present in the response, this value indicates that there's more output available than 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 very long list. Use this value in the NextToken request
parameter in a subsequent call to the operation to continue processing and get the next part of the
output. You should repeat this until the NextToken response element comes back empty (as
null).Copyright © 2020. All rights reserved.