| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeploymentResult> |
AbstractAmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Future<GetDeploymentResult> |
AmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a Deployment resource.
|
Future<GetDeploymentResult> |
AmazonApiGatewayAsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentRequest |
GetDeploymentRequest.clone() |
GetDeploymentRequest |
GetDeploymentRequest.withDeploymentId(String deploymentId)
[Required] The identifier of the Deployment resource to get information about.
|
GetDeploymentRequest |
GetDeploymentRequest.withEmbed(Collection<String> embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
GetDeploymentRequest |
GetDeploymentRequest.withEmbed(String... embed)
A query parameter to retrieve the specified embedded resources of the returned Deployment resource in the
response.
|
GetDeploymentRequest |
GetDeploymentRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2021. All rights reserved.