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 ApiKeyApiKey. clone()ApiKeyApiKey. withCreatedDate(Date createdDate)The date when the API Key was created, in ISO 8601 format.ApiKeyApiKey. withDescription(String description)The description of the API Key.ApiKeyApiKey. withEnabled(Boolean enabled)Specifies whether the API Key can be used by callers.ApiKeyApiKey. withId(String id)The identifier of the API Key.ApiKeyApiKey. withLastUpdatedDate(Date lastUpdatedDate)When the API Key was last updated, in ISO 8601 format.ApiKeyApiKey. withName(String name)The name of the API Key.ApiKeyApiKey. withStageKeys(String... stageKeys)ApiKeyApiKey. 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 GetApiKeysResultGetApiKeysResult. withItems(ApiKey... items)Method parameters in com.amazonaws.services.apigateway.model with type arguments of type ApiKey Modifier and Type Method Description voidGetApiKeysResult. setItems(Collection<ApiKey> items)GetApiKeysResultGetApiKeysResult. withItems(Collection<ApiKey> items)
-