public static interface ListKeysResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>
| Modifier and Type | Method and Description |
|---|---|
ListKeysResponse.Builder |
entries(Collection<ListKeysResponseEntry> entries)
Contains API key resources in your Amazon Web Services account.
|
ListKeysResponse.Builder |
entries(Consumer<ListKeysResponseEntry.Builder>... entries)
Contains API key resources in your Amazon Web Services account.
|
ListKeysResponse.Builder |
entries(ListKeysResponseEntry... entries)
Contains API key resources in your Amazon Web Services account.
|
ListKeysResponse.Builder |
nextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeysResponse.Builder entries(Collection<ListKeysResponseEntry> entries)
Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
entries - Contains API key resources in your Amazon Web Services account. Details include API key name, allowed
referers and timestamp for when the API key will expire.ListKeysResponse.Builder entries(ListKeysResponseEntry... entries)
Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
entries - Contains API key resources in your Amazon Web Services account. Details include API key name, allowed
referers and timestamp for when the API key will expire.ListKeysResponse.Builder entries(Consumer<ListKeysResponseEntry.Builder>... entries)
Contains API key resources in your Amazon Web Services account. Details include API key name, allowed referers and timestamp for when the API key will expire.
This is a convenience method that creates an instance of theListKeysResponseEntry.Builder avoiding the need to
create one manually via
ListKeysResponseEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
ListKeysResponseEntry.Builder#entries(java.util.Collection) ListKeysResponse.Builder nextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken - A pagination token indicating there are additional pages available. You can use the token in a
following request to fetch the next set of results.Copyright © 2023. All rights reserved.