| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static GetApiKeyResponse.Builder |
GetApiKeyResponse.builder() |
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.createdDate(Instant createdDate)
The timestamp when the API Key was created.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.customerId(String customerId)
An Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS
Marketplace.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.description(String description)
The description of the API Key.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.enabled(Boolean enabled)
Specifies whether the API Key can be used by callers.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.id(String id)
The identifier of the API Key.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The timestamp when the API Key was last updated.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.name(String name)
The name of the API Key.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.stageKeys(Collection<String> stageKeys)
A list of Stage resources that are associated with the ApiKey resource.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.stageKeys(String... stageKeys)
A list of Stage resources that are associated with the ApiKey resource.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.tags(Map<String,String> tags)
The collection of tags.
|
GetApiKeyResponse.Builder |
GetApiKeyResponse.toBuilder() |
GetApiKeyResponse.Builder |
GetApiKeyResponse.Builder.value(String value)
The value of the API Key.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetApiKeyResponse.Builder> |
GetApiKeyResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.