Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetDeploymentResult |
AmazonApiGatewayClient.getDeployment(GetDeploymentRequest request)
Gets information about a Deployment resource.
|
GetDeploymentResult |
AmazonApiGateway.getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a Deployment resource.
|
GetDeploymentResult |
AbstractAmazonApiGateway.getDeployment(GetDeploymentRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetDeploymentResult> |
AmazonApiGatewayAsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
GetDeploymentResult |
GetDeploymentResult.addApiSummaryEntry(String key,
Map<String,MethodSnapshot> value)
Add a single ApiSummary entry
|
GetDeploymentResult |
GetDeploymentResult.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.
|
GetDeploymentResult |
GetDeploymentResult.clone() |
GetDeploymentResult |
GetDeploymentResult.withApiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
GetDeploymentResult |
GetDeploymentResult.withCreatedDate(Date createdDate)
The date and time that the deployment resource was created.
|
GetDeploymentResult |
GetDeploymentResult.withDescription(String description)
The description for the deployment resource.
|
GetDeploymentResult |
GetDeploymentResult.withId(String id)
The identifier for the deployment resource.
|
Copyright © 2020. All rights reserved.