Uses of Class
com.amazonaws.services.apigateway.model.GetIntegrationRequest
Packages that use GetIntegrationRequest
-
Uses of GetIntegrationRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetIntegrationRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getIntegration(GetIntegrationRequest request) AmazonApiGateway.getIntegration(GetIntegrationRequest getIntegrationRequest) Represents a get integration.AmazonApiGatewayClient.getIntegration(GetIntegrationRequest getIntegrationRequest) Represents a get integration.AbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request) AbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest) Represents a get integration.AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) Represents a get integration.AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request) AmazonApiGatewayAsyncClient.getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetIntegrationRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest request, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) AmazonApiGatewayAsync.getIntegrationAsync(GetIntegrationRequest getIntegrationRequest, AsyncHandler<GetIntegrationRequest, GetIntegrationResult> asyncHandler) Represents a get integration.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 GetIntegrationRequestModifier and TypeMethodDescriptionGetIntegrationRequest.clone()GetIntegrationRequest.withHttpMethod(String httpMethod) Specifies a get integration request's HTTP method.GetIntegrationRequest.withResourceId(String resourceId) Specifies a get integration request's resource identifierGetIntegrationRequest.withRestApiId(String restApiId) Specifies a get integration request's API identifier.