Uses of Class
software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest
-
Packages that use GetIntegrationRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetIntegrationRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetIntegrationRequest Modifier and Type Method Description default CompletableFuture<GetIntegrationResponse>ApiGatewayAsyncClient. getIntegration(GetIntegrationRequest getIntegrationRequest)Get the integration settings.default GetIntegrationResponseApiGatewayClient. getIntegration(GetIntegrationRequest getIntegrationRequest)Get the integration settings. -
Uses of GetIntegrationRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestGetIntegrationRequestMarshaller. marshall(GetIntegrationRequest getIntegrationRequest)
-