Uses of Class
com.amazonaws.services.apigateway.model.GetIntegrationRequest
-
Packages that use GetIntegrationRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetIntegrationRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetIntegrationRequest Modifier and Type Method Description Future<GetIntegrationResult>AbstractAmazonApiGatewayAsync. getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)Future<GetIntegrationResult>AmazonApiGatewayAsync. getIntegrationAsync(GetIntegrationRequest getIntegrationRequest, AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler)Represents a get integration.Future<GetIntegrationResult>AmazonApiGatewayAsyncClient. getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest,GetIntegrationResult> asyncHandler) -
Uses of GetIntegrationRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetIntegrationRequest Modifier and Type Method Description GetIntegrationRequestGetIntegrationRequest. clone()GetIntegrationRequestGetIntegrationRequest. withHttpMethod(String httpMethod)Specifies a get integration request's HTTP method.GetIntegrationRequestGetIntegrationRequest. withResourceId(String resourceId)Specifies a get integration request's resource identifierGetIntegrationRequestGetIntegrationRequest. withRestApiId(String restApiId)Specifies a get integration request's API identifier.
-