Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ApiKey> |
GetApiKeysResult.items
|
Modifier and Type | Method and Description |
---|---|
ApiKey |
ApiKey.clone() |
ApiKey |
ApiKey.withCreatedDate(java.util.Date createdDate)
The date when the API Key was created, in ISO 8601 format.
|
ApiKey |
ApiKey.withDescription(java.lang.String description)
The description of the API Key.
|
ApiKey |
ApiKey.withEnabled(java.lang.Boolean enabled)
Specifies whether the API Key can be used by callers.
|
ApiKey |
ApiKey.withId(java.lang.String id)
The identifier of the API Key.
|
ApiKey |
ApiKey.withLastUpdatedDate(java.util.Date lastUpdatedDate)
When the API Key was last updated, in ISO 8601 format.
|
ApiKey |
ApiKey.withName(java.lang.String name)
The name of the API Key.
|
ApiKey |
ApiKey.withStageKeys(java.util.Collection<java.lang.String> stageKeys)
|
ApiKey |
ApiKey.withStageKeys(java.lang.String... stageKeys)
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ApiKey> |
GetApiKeysResult.getItems()
|
Modifier and Type | Method and Description |
---|---|
GetApiKeysResult |
GetApiKeysResult.withItems(ApiKey... items)
|
Modifier and Type | Method and Description |
---|---|
void |
GetApiKeysResult.setItems(java.util.Collection<ApiKey> items)
|
GetApiKeysResult |
GetApiKeysResult.withItems(java.util.Collection<ApiKey> items)
|
Modifier and Type | Method and Description |
---|---|
ApiKey |
ApiKeyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ApiKeyJsonMarshaller.marshall(ApiKey apiKey,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|