Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest.Builder
Packages that use PutIntegrationResponseRequest.Builder
Package
Description
-
Uses of PutIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type PutIntegrationResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.putIntegrationResponse(Consumer<PutIntegrationResponseRequest.Builder> putIntegrationResponseRequest) Represents a put integration.default PutIntegrationResponseResponseApiGatewayClient.putIntegrationResponse(Consumer<PutIntegrationResponseRequest.Builder> putIntegrationResponseRequest) Represents a put integration. -
Uses of PutIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutIntegrationResponseRequest.BuilderModifier and TypeMethodDescriptionPutIntegrationResponseRequest.builder()PutIntegrationResponseRequest.Builder.contentHandling(String contentHandling) Specifies how to handle response payload content type conversions.PutIntegrationResponseRequest.Builder.contentHandling(ContentHandlingStrategy contentHandling) Specifies how to handle response payload content type conversions.PutIntegrationResponseRequest.Builder.httpMethod(String httpMethod) Specifies a put integration response request's HTTP method.PutIntegrationResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutIntegrationResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutIntegrationResponseRequest.Builder.resourceId(String resourceId) Specifies a put integration response request's resource identifier.PutIntegrationResponseRequest.Builder.responseParameters(Map<String, String> responseParameters) A key-value map specifying response parameters that are passed to the method response from the back end.PutIntegrationResponseRequest.Builder.responseTemplates(Map<String, String> responseTemplates) Specifies a put integration response's templates.The string identifier of the associated RestApi.PutIntegrationResponseRequest.Builder.selectionPattern(String selectionPattern) Specifies the selection pattern of a put integration response.PutIntegrationResponseRequest.Builder.statusCode(String statusCode) Specifies the status code that is used to map the integration response to an existing MethodResponse.PutIntegrationResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutIntegrationResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutIntegrationResponseRequest.Builder>PutIntegrationResponseRequest.serializableBuilderClass()