| Package | Description |
|---|---|
| software.amazon.awssdk.services.outposts |
AWS Outposts is a fully-managed service that extends AWS infrastructure, APIs, and tools to customer premises.
|
| 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)
List the Outposts for your AWS account.
|
default ListOutpostsResponse |
OutpostsClient.listOutposts(ListOutpostsRequest listOutpostsRequest)
List the Outposts for your AWS account.
|
default ListOutpostsIterable |
OutpostsClient.listOutpostsPaginator(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest)
List the Outposts for your AWS account.
|
default ListOutpostsIterable |
OutpostsClient.listOutpostsPaginator(ListOutpostsRequest listOutpostsRequest)
List 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.
|
Copyright © 2020. All rights reserved.