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) |
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 |
---|---|
CreateApiKeyRequest |
CreateApiKeyRequest.clone() |
CreateApiKeyRequest |
CreateApiKeyRequest.withDescription(java.lang.String description)
The description of the ApiKey.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withEnabled(java.lang.Boolean enabled)
Specifies whether the ApiKey can be used by callers.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withName(java.lang.String name)
The name of the ApiKey.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withStageKeys(java.util.Collection<StageKey> stageKeys)
Specifies whether the ApiKey can be used by callers.
|
CreateApiKeyRequest |
CreateApiKeyRequest.withStageKeys(StageKey... stageKeys)
Specifies whether the ApiKey can be used by callers.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateApiKeyRequest> |
CreateApiKeyRequestMarshaller.marshall(CreateApiKeyRequest createApiKeyRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateApiKeyRequest> |
CreateApiKeyRequestMarshaller.marshall(CreateApiKeyRequest createApiKeyRequest) |