Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateUsagePlanRequest.Builder
-
Packages that use UpdateUsagePlanRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of UpdateUsagePlanRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateUsagePlanRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static UpdateUsagePlanRequest.BuilderUpdateUsagePlanRequest. builder()UpdateUsagePlanRequest.BuilderUpdateUsagePlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateUsagePlanRequest.BuilderUpdateUsagePlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateUsagePlanRequest.BuilderUpdateUsagePlanRequest.Builder. patchOperations(Collection<PatchOperation> patchOperations)For more information about supported patch operations, see Patch Operations.UpdateUsagePlanRequest.BuilderUpdateUsagePlanRequest.Builder. patchOperations(Consumer<PatchOperation.Builder>... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateUsagePlanRequest.BuilderUpdateUsagePlanRequest.Builder. patchOperations(PatchOperation... patchOperations)For more information about supported patch operations, see Patch Operations.UpdateUsagePlanRequest.BuilderUpdateUsagePlanRequest. toBuilder()UpdateUsagePlanRequest.BuilderUpdateUsagePlanRequest.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.Builder Modifier and Type Method Description static Class<? extends UpdateUsagePlanRequest.Builder>UpdateUsagePlanRequest. serializableBuilderClass()
-