Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetDeploymentResult |
AmazonApiGatewayClient.getDeployment(GetDeploymentRequest getDeploymentRequest)
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 |
---|---|
java.util.concurrent.Future<GetDeploymentResult> |
AmazonApiGatewayAsyncClient.getDeploymentAsync(GetDeploymentRequest request) |
java.util.concurrent.Future<GetDeploymentResult> |
AmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest)
Gets information about a Deployment resource.
|
java.util.concurrent.Future<GetDeploymentResult> |
AbstractAmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest request) |
java.util.concurrent.Future<GetDeploymentResult> |
AmazonApiGatewayAsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
java.util.concurrent.Future<GetDeploymentResult> |
AmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a Deployment resource.
|
java.util.concurrent.Future<GetDeploymentResult> |
AbstractAmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetDeploymentResult> |
AmazonApiGatewayAsyncClient.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
java.util.concurrent.Future<GetDeploymentResult> |
AmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest getDeploymentRequest,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler)
Gets information about a Deployment resource.
|
java.util.concurrent.Future<GetDeploymentResult> |
AbstractAmazonApiGatewayAsync.getDeploymentAsync(GetDeploymentRequest request,
AsyncHandler<GetDeploymentRequest,GetDeploymentResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetDeploymentResult |
GetDeploymentResult.addApiSummaryEntry(java.lang.String key,
java.util.Map<java.lang.String,MethodSnapshot> value) |
GetDeploymentResult |
GetDeploymentResult.clearApiSummaryEntries()
Removes all the entries added into ApiSummary.
|
GetDeploymentResult |
GetDeploymentResult.clone() |
GetDeploymentResult |
GetDeploymentResult.withApiSummary(java.util.Map<java.lang.String,java.util.Map<java.lang.String,MethodSnapshot>> apiSummary)
Gets a summary of the RestApi at the date and time that the
deployment resource was created.
|
GetDeploymentResult |
GetDeploymentResult.withCreatedDate(java.util.Date createdDate)
The date and time that the deployment resource was created.
|
GetDeploymentResult |
GetDeploymentResult.withDescription(java.lang.String description)
The description for the deployment resource.
|
GetDeploymentResult |
GetDeploymentResult.withId(java.lang.String id)
The identifier for the deployment resource.
|
Modifier and Type | Method and Description |
---|---|
GetDeploymentResult |
GetDeploymentResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |