Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest.Builder
Packages that use UpdateUsagePlanRequest.Builder
Package
Description
-
Uses of UpdateUsagePlanRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateUsagePlanRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateUsagePlanResponse>ApiGatewayAsyncClient.updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder> updateUsagePlanRequest) Updates a usage plan of a given plan Id.default UpdateUsagePlanResponseApiGatewayClient.updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder> updateUsagePlanRequest) Updates a usage plan of a given plan Id. -
Uses of UpdateUsagePlanRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateUsagePlanRequest.BuilderModifier and TypeMethodDescriptionUpdateUsagePlanRequest.builder()UpdateUsagePlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateUsagePlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateUsagePlanRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateUsagePlanRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateUsagePlanRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateUsagePlanRequest.toBuilder()UpdateUsagePlanRequest.Builder.usagePlanId(String usagePlanId) The Id of the to-be-updated usage plan.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateUsagePlanRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateUsagePlanRequest.Builder>UpdateUsagePlanRequest.serializableBuilderClass()