Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest.Builder
-
Packages that use DeleteMethodResponseRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of DeleteMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteMethodResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteMethodResponseResponse>ApiGatewayAsyncClient. deleteMethodResponse(Consumer<DeleteMethodResponseRequest.Builder> deleteMethodResponseRequest)Deletes an existing MethodResponse resource.default DeleteMethodResponseResponseApiGatewayClient. deleteMethodResponse(Consumer<DeleteMethodResponseRequest.Builder> deleteMethodResponseRequest)Deletes an existing MethodResponse resource. -
Uses of DeleteMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DeleteMethodResponseRequest.Builder Modifier and Type Method Description static DeleteMethodResponseRequest.BuilderDeleteMethodResponseRequest. builder()DeleteMethodResponseRequest.BuilderDeleteMethodResponseRequest.Builder. httpMethod(String httpMethod)The HTTP verb of the Method resource.DeleteMethodResponseRequest.BuilderDeleteMethodResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteMethodResponseRequest.BuilderDeleteMethodResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteMethodResponseRequest.BuilderDeleteMethodResponseRequest.Builder. resourceId(String resourceId)The Resource identifier for the MethodResponse resource.DeleteMethodResponseRequest.BuilderDeleteMethodResponseRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.DeleteMethodResponseRequest.BuilderDeleteMethodResponseRequest.Builder. statusCode(String statusCodeValue)The status code identifier for the MethodResponse resource.DeleteMethodResponseRequest.BuilderDeleteMethodResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteMethodResponseRequest.Builder Modifier and Type Method Description static Class<? extends DeleteMethodResponseRequest.Builder>DeleteMethodResponseRequest. serializableBuilderClass()
-