Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
Packages that use UpdateMethodRequest.Builder
Package
Description
-
Uses of UpdateMethodRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateMethodRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateMethodResponse>ApiGatewayAsyncClient.updateMethod(Consumer<UpdateMethodRequest.Builder> updateMethodRequest) Updates an existing Method resource.default UpdateMethodResponseApiGatewayClient.updateMethod(Consumer<UpdateMethodRequest.Builder> updateMethodRequest) Updates an existing Method resource. -
Uses of UpdateMethodRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateMethodRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateMethodRequest.BuilderUpdateMethodRequest.builder()UpdateMethodRequest.Builder.httpMethod(String httpMethod) The HTTP verb of the Method resource.UpdateMethodRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateMethodRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateMethodRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateMethodRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateMethodRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateMethodRequest.Builder.resourceId(String resourceId) The Resource identifier for the Method resource.The string identifier of the associated RestApi.UpdateMethodRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateMethodRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateMethodRequest.Builder>UpdateMethodRequest.serializableBuilderClass()