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