Uses of Class
software.amazon.awssdk.services.apigateway.model.IntegrationResponse
-
Packages that use IntegrationResponse Package Description software.amazon.awssdk.services.apigateway.model -
-
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 IntegrationResponse Modifier and Type Method Description Map<String,IntegrationResponse>GetIntegrationResponse. integrationResponses()Specifies the integration's responses.Map<String,IntegrationResponse>Integration. integrationResponses()Specifies the integration's responses.Map<String,IntegrationResponse>PutIntegrationResponse. integrationResponses()Specifies the integration's responses.Map<String,IntegrationResponse>UpdateIntegrationResponse. integrationResponses()Specifies the integration's responses.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type IntegrationResponse Modifier and Type Method Description GetIntegrationResponse.BuilderGetIntegrationResponse.Builder. integrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.Integration.BuilderIntegration.Builder. integrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.PutIntegrationResponse.BuilderPutIntegrationResponse.Builder. integrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.UpdateIntegrationResponse.BuilderUpdateIntegrationResponse.Builder. integrationResponses(Map<String,IntegrationResponse> integrationResponses)Specifies the integration's responses.
-