| 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 CreateOutpostResponse |
OutpostsClient.createOutpost(CreateOutpostRequest createOutpostRequest)
Creates an Outpost.
|
default DeleteOutpostResponse |
OutpostsClient.deleteOutpost(Consumer<DeleteOutpostRequest.Builder> deleteOutpostRequest)
Deletes the Outpost.
|
default DeleteOutpostResponse |
OutpostsClient.deleteOutpost(DeleteOutpostRequest deleteOutpostRequest)
Deletes the Outpost.
|
default DeleteSiteResponse |
OutpostsClient.deleteSite(Consumer<DeleteSiteRequest.Builder> deleteSiteRequest)
Deletes the site.
|
default DeleteSiteResponse |
OutpostsClient.deleteSite(DeleteSiteRequest deleteSiteRequest)
Deletes the site.
|
default GetOutpostResponse |
OutpostsClient.getOutpost(Consumer<GetOutpostRequest.Builder> getOutpostRequest)
Gets information about the specified Outpost.
|
default GetOutpostResponse |
OutpostsClient.getOutpost(GetOutpostRequest getOutpostRequest)
Gets information about the specified Outpost.
|
default GetOutpostInstanceTypesResponse |
OutpostsClient.getOutpostInstanceTypes(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest)
Lists the instance types for the specified Outpost.
|
default GetOutpostInstanceTypesResponse |
OutpostsClient.getOutpostInstanceTypes(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest)
Lists the instance types for the specified Outpost.
|
default ListOutpostsResponse |
OutpostsClient.listOutposts(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest)
Create a list of the Outposts for your AWS account.
|
default ListOutpostsResponse |
OutpostsClient.listOutposts(ListOutpostsRequest listOutpostsRequest)
Create a list of the Outposts for your AWS account.
|
default ListOutpostsIterable |
OutpostsClient.listOutpostsPaginator(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest)
Create a list of the Outposts for your AWS account.
|
default ListOutpostsIterable |
OutpostsClient.listOutpostsPaginator(ListOutpostsRequest listOutpostsRequest)
Create a list of the Outposts for your AWS account.
|
default ListSitesResponse |
OutpostsClient.listSites(Consumer<ListSitesRequest.Builder> listSitesRequest)
Lists the sites for the specified AWS account.
|
default ListSitesResponse |
OutpostsClient.listSites(ListSitesRequest listSitesRequest)
Lists the sites for the specified AWS account.
|
default ListSitesIterable |
OutpostsClient.listSitesPaginator(Consumer<ListSitesRequest.Builder> listSitesRequest)
Lists the sites for the specified AWS account.
|
default ListSitesIterable |
OutpostsClient.listSitesPaginator(ListSitesRequest listSitesRequest)
Lists the sites for the specified AWS account.
|
default ListTagsForResourceResponse |
OutpostsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags for the specified resource.
|
default ListTagsForResourceResponse |
OutpostsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for the specified resource.
|
default TagResourceResponse |
OutpostsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds tags to the specified resource.
|
default TagResourceResponse |
OutpostsClient.tagResource(TagResourceRequest tagResourceRequest)
Adds tags to the specified resource.
|
default UntagResourceResponse |
OutpostsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from the specified resource.
|
default UntagResourceResponse |
OutpostsClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the specified resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have permission to perform this operation.
|
class |
ConflictException
Updating or deleting this resource can cause an inconsistent state.
|
class |
InternalServerException
An internal error has occurred.
|
class |
NotFoundException
The specified request is not valid.
|
class |
ServiceQuotaExceededException
You have exceeded a service quota.
|
class |
ValidationException
A parameter is not valid.
|
| Modifier and Type | Method and Description |
|---|---|
OutpostsException |
OutpostsException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(OutpostsException ex) |
Copyright © 2021. All rights reserved.