Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateMethodRequest.Builder
-
Packages that use UpdateMethodRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateMethodRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateMethodRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static UpdateMethodRequest.BuilderUpdateMethodRequest. builder()UpdateMethodRequest.BuilderUpdateMethodRequest.Builder. httpMethod(String httpMethod)The HTTP verb of the Method resource.UpdateMethodRequest.BuilderUpdateMethodRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateMethodRequest.BuilderUpdateMethodRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateMethodRequest.BuilderUpdateMethodRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateMethodRequest.BuilderUpdateMethodRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateMethodRequest.BuilderUpdateMethodRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateMethodRequest.BuilderUpdateMethodRequest.Builder. resourceId(String resourceId)The Resource identifier for the Method resource.UpdateMethodRequest.BuilderUpdateMethodRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.UpdateMethodRequest.BuilderUpdateMethodRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateMethodRequest.Builder Modifier and Type Method Description static Class<? extends UpdateMethodRequest.Builder>UpdateMethodRequest. serializableBuilderClass()
-