Uses of Interface
software.amazon.awssdk.services.outposts.model.UpdateSiteRequest.Builder
Packages that use UpdateSiteRequest.Builder
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of UpdateSiteRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type UpdateSiteRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateSiteResponse>OutpostsAsyncClient.updateSite(Consumer<UpdateSiteRequest.Builder> updateSiteRequest) Updates the specified site.default UpdateSiteResponseOutpostsClient.updateSite(Consumer<UpdateSiteRequest.Builder> updateSiteRequest) Updates the specified site. -
Uses of UpdateSiteRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return UpdateSiteRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateSiteRequest.BuilderUpdateSiteRequest.builder()UpdateSiteRequest.Builder.description(String description) Sets the value of the Description property for this object.Sets the value of the Name property for this object.Notes about a site.UpdateSiteRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateSiteRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ID or the Amazon Resource Name (ARN) of the site.UpdateSiteRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type UpdateSiteRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateSiteRequest.Builder>UpdateSiteRequest.serializableBuilderClass()