Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseRequest.Builder
Packages that use DeleteMethodResponseRequest.Builder
Package
Description
-
Uses of DeleteMethodResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteMethodResponseRequest.BuilderModifier and TypeMethodDescriptionApiGatewayAsyncClient.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.BuilderModifier and TypeMethodDescriptionDeleteMethodResponseRequest.builder()DeleteMethodResponseRequest.Builder.httpMethod(String httpMethod) The HTTP verb of the Method resource.DeleteMethodResponseRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteMethodResponseRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteMethodResponseRequest.Builder.resourceId(String resourceId) The Resource identifier for the MethodResponse resource.The string identifier of the associated RestApi.DeleteMethodResponseRequest.Builder.statusCode(String statusCode) The status code identifier for the MethodResponse resource.DeleteMethodResponseRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteMethodResponseRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteMethodResponseRequest.Builder>DeleteMethodResponseRequest.serializableBuilderClass()