| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GetApiKeysResponse.Builder |
GetApiKeysResponse.builder() |
GetApiKeysResponse.Builder |
GetApiKeysResponse.Builder.items(ApiKey... items)
The current page of elements from this collection.
|
GetApiKeysResponse.Builder |
GetApiKeysResponse.Builder.items(Collection<ApiKey> items)
The current page of elements from this collection.
|
GetApiKeysResponse.Builder |
GetApiKeysResponse.Builder.items(Consumer<ApiKey.Builder>... items)
The current page of elements from this collection.
|
GetApiKeysResponse.Builder |
GetApiKeysResponse.Builder.position(String position)
Sets the value of the Position property for this object.
|
GetApiKeysResponse.Builder |
GetApiKeysResponse.toBuilder() |
GetApiKeysResponse.Builder |
GetApiKeysResponse.Builder.warnings(Collection<String> warnings)
A list of warning messages logged during the import of API keys when the
failOnWarnings option
is set to true. |
GetApiKeysResponse.Builder |
GetApiKeysResponse.Builder.warnings(String... warnings)
A list of warning messages logged during the import of API keys when the
failOnWarnings option
is set to true. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetApiKeysResponse.Builder> |
GetApiKeysResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.