Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
Packages that use PutMethodResponseRequest.Builder
Package
Description
-
Uses of PutMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type PutMethodResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest) Adds a MethodResponse to an existing Method resource.default PutMethodResponseResponseApiGatewayClient.putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest) Adds a MethodResponse to an existing Method resource. -
Uses of PutMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutMethodResponseRequest.BuilderModifier and TypeMethodDescriptionPutMethodResponseRequest.builder()PutMethodResponseRequest.Builder.httpMethod(String httpMethod) The HTTP verb of the Method resource.PutMethodResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutMethodResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutMethodResponseRequest.Builder.resourceId(String resourceId) The Resource identifier for the Method resource.PutMethodResponseRequest.Builder.responseModels(Map<String, String> responseModels) Specifies the Model resources used for the response's content type.PutMethodResponseRequest.Builder.responseParameters(Map<String, Boolean> responseParameters) A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.The string identifier of the associated RestApi.PutMethodResponseRequest.Builder.statusCode(String statusCode) The method response's status code.PutMethodResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutMethodResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutMethodResponseRequest.Builder>PutMethodResponseRequest.serializableBuilderClass()