Uses of Interface
software.amazon.awssdk.services.apigateway.model.UpdateStageRequest.Builder
Packages that use UpdateStageRequest.Builder
Package
Description
-
Uses of UpdateStageRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type UpdateStageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateStageResponse>ApiGatewayAsyncClient.updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest) Changes information about a Stage resource.default UpdateStageResponseApiGatewayClient.updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest) Changes information about a Stage resource. -
Uses of UpdateStageRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UpdateStageRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateStageRequest.BuilderUpdateStageRequest.builder()UpdateStageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateStageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateStageRequest.Builder.patchOperations(Collection<PatchOperation> patchOperations) For more information about supported patch operations, see Patch Operations.UpdateStageRequest.Builder.patchOperations(Consumer<PatchOperation.Builder>... patchOperations) For more information about supported patch operations, see Patch Operations.UpdateStageRequest.Builder.patchOperations(PatchOperation... patchOperations) For more information about supported patch operations, see Patch Operations.The string identifier of the associated RestApi.The name of the Stage resource to change information about.UpdateStageRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type UpdateStageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateStageRequest.Builder>UpdateStageRequest.serializableBuilderClass()