Uses of Class
software.amazon.awssdk.services.apigateway.model.IntegrationResponse
Packages that use IntegrationResponse
-
Uses of IntegrationResponse in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type IntegrationResponseModifier and TypeMethodDescriptionfinal Map<String,IntegrationResponse> GetIntegrationResponse.integrationResponses()Specifies the integration's responses.final Map<String,IntegrationResponse> Integration.integrationResponses()Specifies the integration's responses.final Map<String,IntegrationResponse> PutIntegrationResponse.integrationResponses()Specifies the integration's responses.final Map<String,IntegrationResponse> UpdateIntegrationResponse.integrationResponses()Specifies the integration's responses.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type IntegrationResponseModifier and TypeMethodDescriptionGetIntegrationResponse.Builder.integrationResponses(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.Integration.Builder.integrationResponses(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.PutIntegrationResponse.Builder.integrationResponses(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.UpdateIntegrationResponse.Builder.integrationResponses(Map<String, IntegrationResponse> integrationResponses) Specifies the integration's responses.