| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateOutpostResponse> |
OutpostsAsyncClient.updateOutpost(Consumer<UpdateOutpostRequest.Builder> updateOutpostRequest)
Updates an Outpost.
|
default UpdateOutpostResponse |
OutpostsClient.updateOutpost(Consumer<UpdateOutpostRequest.Builder> updateOutpostRequest)
Updates an Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateOutpostRequest.Builder |
UpdateOutpostRequest.builder() |
UpdateOutpostRequest.Builder |
UpdateOutpostRequest.Builder.description(String description)
Sets the value of the Description property for this object.
|
UpdateOutpostRequest.Builder |
UpdateOutpostRequest.Builder.name(String name)
Sets the value of the Name property for this object.
|
UpdateOutpostRequest.Builder |
UpdateOutpostRequest.Builder.outpostId(String outpostId)
The ID or the Amazon Resource Name (ARN) of the Outpost.
|
UpdateOutpostRequest.Builder |
UpdateOutpostRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateOutpostRequest.Builder |
UpdateOutpostRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateOutpostRequest.Builder |
UpdateOutpostRequest.Builder.supportedHardwareType(String supportedHardwareType)
The type of hardware for this Outpost.
|
UpdateOutpostRequest.Builder |
UpdateOutpostRequest.Builder.supportedHardwareType(SupportedHardwareType supportedHardwareType)
The type of hardware for this Outpost.
|
UpdateOutpostRequest.Builder |
UpdateOutpostRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateOutpostRequest.Builder> |
UpdateOutpostRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.