Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
Packages that use PutGatewayResponseRequest.Builder
Package
Description
-
Uses of PutGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type PutGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest) Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.default PutGatewayResponseResponseApiGatewayClient.putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest) Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi. -
Uses of PutGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionPutGatewayResponseRequest.builder()PutGatewayResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutGatewayResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutGatewayResponseRequest.Builder.responseParameters(Map<String, String> responseParameters) Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.PutGatewayResponseRequest.Builder.responseTemplates(Map<String, String> responseTemplates) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.PutGatewayResponseRequest.Builder.responseType(String responseType) The response type of the associated GatewayResponsePutGatewayResponseRequest.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponseThe string identifier of the associated RestApi.PutGatewayResponseRequest.Builder.statusCode(String statusCode) The HTTP status code of the GatewayResponse.PutGatewayResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutGatewayResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutGatewayResponseRequest.Builder>PutGatewayResponseRequest.serializableBuilderClass()