Uses of Interface
software.amazon.awssdk.services.outposts.model.UpdateOutpostRequest.Builder
-
Packages that use UpdateOutpostRequest.Builder Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises.software.amazon.awssdk.services.outposts.model -
-
Uses of UpdateOutpostRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type UpdateOutpostRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static UpdateOutpostRequest.BuilderUpdateOutpostRequest. builder()UpdateOutpostRequest.BuilderUpdateOutpostRequest.Builder. description(String description)Sets the value of the Description property for this object.UpdateOutpostRequest.BuilderUpdateOutpostRequest.Builder. name(String name)Sets the value of the Name property for this object.UpdateOutpostRequest.BuilderUpdateOutpostRequest.Builder. outpostId(String outpostId)The ID or the Amazon Resource Name (ARN) of the Outpost.UpdateOutpostRequest.BuilderUpdateOutpostRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateOutpostRequest.BuilderUpdateOutpostRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateOutpostRequest.BuilderUpdateOutpostRequest.Builder. supportedHardwareType(String supportedHardwareType)The type of hardware for this Outpost.UpdateOutpostRequest.BuilderUpdateOutpostRequest.Builder. supportedHardwareType(SupportedHardwareType supportedHardwareType)The type of hardware for this Outpost.UpdateOutpostRequest.BuilderUpdateOutpostRequest. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type UpdateOutpostRequest.Builder Modifier and Type Method Description static Class<? extends UpdateOutpostRequest.Builder>UpdateOutpostRequest. serializableBuilderClass()
-