| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts |
AWS Outposts is a fully-managed service that extends AWS infrastructure, APIs, and tools to customer premises.
|
| software.amazon.awssdk.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
default GetOutpostResponse |
OutpostsClient.getOutpost(Consumer<GetOutpostRequest.Builder> getOutpostRequest)
Gets information about the specified Outpost.
|
default CompletableFuture<GetOutpostResponse> |
OutpostsAsyncClient.getOutpost(Consumer<GetOutpostRequest.Builder> getOutpostRequest)
Gets information about the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
static GetOutpostRequest.Builder |
GetOutpostRequest.builder() |
GetOutpostRequest.Builder |
GetOutpostRequest.Builder.outpostId(String outpostId)
Sets the value of the OutpostId property for this object.
|
GetOutpostRequest.Builder |
GetOutpostRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetOutpostRequest.Builder |
GetOutpostRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetOutpostRequest.Builder |
GetOutpostRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetOutpostRequest.Builder> |
GetOutpostRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.