Uses of Interface
software.amazon.awssdk.services.outposts.model.UpdateOutpostRequest.Builder
Packages that use UpdateOutpostRequest.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 UpdateOutpostRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type UpdateOutpostRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateOutpostResponse>OutpostsAsyncClient.updateOutpost(Consumer<UpdateOutpostRequest.Builder> updateOutpostRequest) Updates an Outpost.default UpdateOutpostResponseOutpostsClient.updateOutpost(Consumer<UpdateOutpostRequest.Builder> updateOutpostRequest) Updates an Outpost. -
Uses of UpdateOutpostRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return UpdateOutpostRequest.BuilderModifier and TypeMethodDescriptionstatic UpdateOutpostRequest.BuilderUpdateOutpostRequest.builder()UpdateOutpostRequest.Builder.description(String description) Sets the value of the Description property for this object.Sets the value of the Name property for this object.The ID or ARN of the Outpost.UpdateOutpostRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateOutpostRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateOutpostRequest.Builder.supportedHardwareType(String supportedHardwareType) The type of hardware for this Outpost.UpdateOutpostRequest.Builder.supportedHardwareType(SupportedHardwareType supportedHardwareType) The type of hardware for this Outpost.UpdateOutpostRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type UpdateOutpostRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateOutpostRequest.Builder>UpdateOutpostRequest.serializableBuilderClass()