Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateApiKeyResult |
AmazonApiGatewayClient.createApiKey(CreateApiKeyRequest createApiKeyRequest)
Create an ApiKey resource.
|
CreateApiKeyResult |
AmazonApiGateway.createApiKey(CreateApiKeyRequest createApiKeyRequest)
Create an ApiKey resource.
|
CreateApiKeyResult |
AbstractAmazonApiGateway.createApiKey(CreateApiKeyRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateApiKeyResult> |
AmazonApiGatewayAsyncClient.createApiKeyAsync(CreateApiKeyRequest request) |
java.util.concurrent.Future<CreateApiKeyResult> |
AmazonApiGatewayAsync.createApiKeyAsync(CreateApiKeyRequest createApiKeyRequest)
Create an ApiKey resource.
|
java.util.concurrent.Future<CreateApiKeyResult> |
AbstractAmazonApiGatewayAsync.createApiKeyAsync(CreateApiKeyRequest request) |
java.util.concurrent.Future<CreateApiKeyResult> |
AmazonApiGatewayAsyncClient.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
java.util.concurrent.Future<CreateApiKeyResult> |
AmazonApiGatewayAsync.createApiKeyAsync(CreateApiKeyRequest createApiKeyRequest,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler)
Create an ApiKey resource.
|
java.util.concurrent.Future<CreateApiKeyResult> |
AbstractAmazonApiGatewayAsync.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateApiKeyResult> |
AmazonApiGatewayAsyncClient.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
java.util.concurrent.Future<CreateApiKeyResult> |
AmazonApiGatewayAsync.createApiKeyAsync(CreateApiKeyRequest createApiKeyRequest,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler)
Create an ApiKey resource.
|
java.util.concurrent.Future<CreateApiKeyResult> |
AbstractAmazonApiGatewayAsync.createApiKeyAsync(CreateApiKeyRequest request,
AsyncHandler<CreateApiKeyRequest,CreateApiKeyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateApiKeyResult |
CreateApiKeyResult.clone() |
CreateApiKeyResult |
CreateApiKeyResult.withCreatedDate(java.util.Date createdDate)
The date when the API Key was created, in ISO 8601 format.
|
CreateApiKeyResult |
CreateApiKeyResult.withDescription(java.lang.String description)
The description of the API Key.
|
CreateApiKeyResult |
CreateApiKeyResult.withEnabled(java.lang.Boolean enabled)
Specifies whether the API Key can be used by callers.
|
CreateApiKeyResult |
CreateApiKeyResult.withId(java.lang.String id)
The identifier of the API Key.
|
CreateApiKeyResult |
CreateApiKeyResult.withLastUpdatedDate(java.util.Date lastUpdatedDate)
When the API Key was last updated, in ISO 8601 format.
|
CreateApiKeyResult |
CreateApiKeyResult.withName(java.lang.String name)
The name of the API Key.
|
CreateApiKeyResult |
CreateApiKeyResult.withStageKeys(java.util.Collection<java.lang.String> stageKeys)
|
CreateApiKeyResult |
CreateApiKeyResult.withStageKeys(java.lang.String... stageKeys)
|
Modifier and Type | Method and Description |
---|---|
CreateApiKeyResult |
CreateApiKeyResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |