| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway | 
 | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetIntegrationResult> | 
AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest,
                   AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)
 Get the integration settings. 
 | 
Future<GetIntegrationResult> | 
AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request,
                   AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)  | 
Future<GetIntegrationResult> | 
AbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request,
                   AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
GetIntegrationRequest | 
GetIntegrationRequest.clone()  | 
GetIntegrationRequest | 
GetIntegrationRequest.withHttpMethod(String httpMethod)
 [Required] Specifies a get integration request's HTTP method. 
 | 
GetIntegrationRequest | 
GetIntegrationRequest.withResourceId(String resourceId)
 [Required] Specifies a get integration request's resource identifier 
 | 
GetIntegrationRequest | 
GetIntegrationRequest.withRestApiId(String restApiId)
 [Required] The string identifier of the associated RestApi. 
 | 
Copyright © 2020. All rights reserved.