Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutMethodResponseRequest.Builder
-
Packages that use PutMethodResponseRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of PutMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type PutMethodResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<PutMethodResponseResponse>ApiGatewayAsyncClient. 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.Builder Modifier and Type Method Description static PutMethodResponseRequest.BuilderPutMethodResponseRequest. builder()PutMethodResponseRequest.BuilderPutMethodResponseRequest.Builder. httpMethod(String httpMethod)The HTTP verb of the Method resource.PutMethodResponseRequest.BuilderPutMethodResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutMethodResponseRequest.BuilderPutMethodResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutMethodResponseRequest.BuilderPutMethodResponseRequest.Builder. resourceId(String resourceId)The Resource identifier for the Method resource.PutMethodResponseRequest.BuilderPutMethodResponseRequest.Builder. responseModels(Map<String,String> responseModels)Specifies the Model resources used for the response's content type.PutMethodResponseRequest.BuilderPutMethodResponseRequest.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.PutMethodResponseRequest.BuilderPutMethodResponseRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.PutMethodResponseRequest.BuilderPutMethodResponseRequest.Builder. statusCode(String statusCodeValue)The method response's status code.PutMethodResponseRequest.BuilderPutMethodResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutMethodResponseRequest.Builder Modifier and Type Method Description static Class<? extends PutMethodResponseRequest.Builder>PutMethodResponseRequest. serializableBuilderClass()
-