| 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 CreateOutpostResponse |
OutpostsClient.createOutpost(Consumer<CreateOutpostRequest.Builder> createOutpostRequest)
Creates an Outpost.
|
default CompletableFuture<CreateOutpostResponse> |
OutpostsAsyncClient.createOutpost(Consumer<CreateOutpostRequest.Builder> createOutpostRequest)
Creates an Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOutpostRequest.Builder |
CreateOutpostRequest.Builder.availabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.
|
CreateOutpostRequest.Builder |
CreateOutpostRequest.Builder.availabilityZoneId(String availabilityZoneId)
Sets the value of the AvailabilityZoneId property for this object.
|
static CreateOutpostRequest.Builder |
CreateOutpostRequest.builder() |
CreateOutpostRequest.Builder |
CreateOutpostRequest.Builder.description(String description)
Sets the value of the Description property for this object.
|
CreateOutpostRequest.Builder |
CreateOutpostRequest.Builder.name(String name)
Sets the value of the Name property for this object.
|
CreateOutpostRequest.Builder |
CreateOutpostRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateOutpostRequest.Builder |
CreateOutpostRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateOutpostRequest.Builder |
CreateOutpostRequest.Builder.siteId(String siteId)
Sets the value of the SiteId property for this object.
|
CreateOutpostRequest.Builder |
CreateOutpostRequest.Builder.tags(Map<String,String> tags)
The tags to apply to the Outpost.
|
CreateOutpostRequest.Builder |
CreateOutpostRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateOutpostRequest.Builder> |
CreateOutpostRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.