Uses of Interface
software.amazon.awssdk.services.apigateway.model.DeleteMethodRequest.Builder
Packages that use DeleteMethodRequest.Builder
Package
Description
-
Uses of DeleteMethodRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type DeleteMethodRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteMethodResponse>ApiGatewayAsyncClient.deleteMethod(Consumer<DeleteMethodRequest.Builder> deleteMethodRequest) Deletes an existing Method resource.default DeleteMethodResponseApiGatewayClient.deleteMethod(Consumer<DeleteMethodRequest.Builder> deleteMethodRequest) Deletes an existing Method resource. -
Uses of DeleteMethodRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return DeleteMethodRequest.BuilderModifier and TypeMethodDescriptionstatic DeleteMethodRequest.BuilderDeleteMethodRequest.builder()DeleteMethodRequest.Builder.httpMethod(String httpMethod) The HTTP verb of the Method resource.DeleteMethodRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteMethodRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteMethodRequest.Builder.resourceId(String resourceId) The Resource identifier for the Method resource.The string identifier of the associated RestApi.DeleteMethodRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DeleteMethodRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteMethodRequest.Builder>DeleteMethodRequest.serializableBuilderClass()