Uses of Class
com.amazonaws.services.apigateway.model.ApiKey
-
Packages that use ApiKey Package Description com.amazonaws.services.apigateway.model -
-
Uses of ApiKey in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return ApiKey Modifier and Type Method Description ApiKey
ApiKey. clone()
ApiKey
ApiKey. withCreatedDate(Date createdDate)
The date when the API Key was created, in ISO 8601 format.ApiKey
ApiKey. withDescription(String description)
The description of the API Key.ApiKey
ApiKey. withEnabled(Boolean enabled)
Specifies whether the API Key can be used by callers.ApiKey
ApiKey. withId(String id)
The identifier of the API Key.ApiKey
ApiKey. withLastUpdatedDate(Date lastUpdatedDate)
When the API Key was last updated, in ISO 8601 format.ApiKey
ApiKey. withName(String name)
The name of the API Key.ApiKey
ApiKey. withStageKeys(String... stageKeys)
ApiKey
ApiKey. withStageKeys(Collection<String> stageKeys)
Methods in com.amazonaws.services.apigateway.model that return types with arguments of type ApiKey Modifier and Type Method Description List<ApiKey>
GetApiKeysResult. getItems()
Methods in com.amazonaws.services.apigateway.model with parameters of type ApiKey Modifier and Type Method Description GetApiKeysResult
GetApiKeysResult. withItems(ApiKey... items)
Method parameters in com.amazonaws.services.apigateway.model with type arguments of type ApiKey Modifier and Type Method Description void
GetApiKeysResult. setItems(Collection<ApiKey> items)
GetApiKeysResult
GetApiKeysResult. withItems(Collection<ApiKey> items)
-