@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSOutposts extends Object implements AWSOutposts
AWSOutposts
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CancelOrderResult |
cancelOrder(CancelOrderRequest request)
Cancels an order for an Outpost.
|
CreateOrderResult |
createOrder(CreateOrderRequest request)
Creates an order for an Outpost.
|
CreateOutpostResult |
createOutpost(CreateOutpostRequest request)
Creates an Outpost.
|
CreateSiteResult |
createSite(CreateSiteRequest request)
Creates a site for an Outpost.
|
DeleteOutpostResult |
deleteOutpost(DeleteOutpostRequest request)
Deletes the Outpost.
|
DeleteSiteResult |
deleteSite(DeleteSiteRequest request)
Deletes the site.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCatalogItemResult |
getCatalogItem(GetCatalogItemRequest request)
Gets information about a catalog item.
|
GetOrderResult |
getOrder(GetOrderRequest request)
Gets an order.
|
GetOutpostResult |
getOutpost(GetOutpostRequest request)
Gets information about the specified Outpost.
|
GetOutpostInstanceTypesResult |
getOutpostInstanceTypes(GetOutpostInstanceTypesRequest request)
Gets the instance types for the specified Outpost.
|
GetSiteResult |
getSite(GetSiteRequest request)
Gets information about the specified Outpost site.
|
GetSiteAddressResult |
getSiteAddress(GetSiteAddressRequest request)
Gets the site address.
|
ListAssetsResult |
listAssets(ListAssetsRequest request)
Lists the hardware assets in an Outpost.
|
ListCatalogItemsResult |
listCatalogItems(ListCatalogItemsRequest request)
Lists the items in the catalog.
|
ListOrdersResult |
listOrders(ListOrdersRequest request)
Lists the Outpost orders for your Amazon Web Services account.
|
ListOutpostsResult |
listOutposts(ListOutpostsRequest request)
Lists the Outposts for your Amazon Web Services account.
|
ListSitesResult |
listSites(ListSitesRequest request)
Lists the Outpost sites for your Amazon Web Services account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for the specified resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds tags to the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from the specified resource.
|
UpdateOutpostResult |
updateOutpost(UpdateOutpostRequest request)
Updates an Outpost.
|
UpdateSiteResult |
updateSite(UpdateSiteRequest request)
Updates the site.
|
UpdateSiteAddressResult |
updateSiteAddress(UpdateSiteAddressRequest request)
Updates the site address.
|
UpdateSiteRackPhysicalPropertiesResult |
updateSiteRackPhysicalProperties(UpdateSiteRackPhysicalPropertiesRequest request)
Update the physical and logistical details for a rack at a site.
|
public CancelOrderResult cancelOrder(CancelOrderRequest request)
AWSOutposts
Cancels an order for an Outpost.
cancelOrder
in interface AWSOutposts
public CreateOrderResult createOrder(CreateOrderRequest request)
AWSOutposts
Creates an order for an Outpost.
createOrder
in interface AWSOutposts
public CreateOutpostResult createOutpost(CreateOutpostRequest request)
AWSOutposts
Creates an Outpost.
You can specify AvailabilityZone
or AvailabilityZoneId
.
createOutpost
in interface AWSOutposts
public CreateSiteResult createSite(CreateSiteRequest request)
AWSOutposts
Creates a site for an Outpost.
createSite
in interface AWSOutposts
public DeleteOutpostResult deleteOutpost(DeleteOutpostRequest request)
AWSOutposts
Deletes the Outpost.
deleteOutpost
in interface AWSOutposts
public DeleteSiteResult deleteSite(DeleteSiteRequest request)
AWSOutposts
Deletes the site.
deleteSite
in interface AWSOutposts
public GetCatalogItemResult getCatalogItem(GetCatalogItemRequest request)
AWSOutposts
Gets information about a catalog item.
getCatalogItem
in interface AWSOutposts
public GetOrderResult getOrder(GetOrderRequest request)
AWSOutposts
Gets an order.
getOrder
in interface AWSOutposts
public GetOutpostResult getOutpost(GetOutpostRequest request)
AWSOutposts
Gets information about the specified Outpost.
getOutpost
in interface AWSOutposts
public GetOutpostInstanceTypesResult getOutpostInstanceTypes(GetOutpostInstanceTypesRequest request)
AWSOutposts
Gets the instance types for the specified Outpost.
getOutpostInstanceTypes
in interface AWSOutposts
public GetSiteResult getSite(GetSiteRequest request)
AWSOutposts
Gets information about the specified Outpost site.
getSite
in interface AWSOutposts
public GetSiteAddressResult getSiteAddress(GetSiteAddressRequest request)
AWSOutposts
Gets the site address.
getSiteAddress
in interface AWSOutposts
public ListAssetsResult listAssets(ListAssetsRequest request)
AWSOutposts
Lists the hardware assets in an Outpost. If you are using Dedicated Hosts on Amazon Web Services Outposts, you can filter your request by host ID to return a list of hardware assets that allocate resources for Dedicated Hosts.
listAssets
in interface AWSOutposts
public ListCatalogItemsResult listCatalogItems(ListCatalogItemsRequest request)
AWSOutposts
Lists the items in the catalog. Add filters to your request to return a more specific list of results. Use filters to match an item class, storage option, or EC2 family.
If you specify multiple filters, the filters are joined with an AND
, and the request returns only
results that match all of the specified filters.
listCatalogItems
in interface AWSOutposts
public ListOrdersResult listOrders(ListOrdersRequest request)
AWSOutposts
Lists the Outpost orders for your Amazon Web Services account. You can filter your request by Outpost to return a more specific list of results.
listOrders
in interface AWSOutposts
public ListOutpostsResult listOutposts(ListOutpostsRequest request)
AWSOutposts
Lists the Outposts for your Amazon Web Services account. Add filters to your request to return a more specific
list of results. Use filters to match an Outpost lifecycle status, Availability Zone (us-east-1a
),
and AZ ID (use1-az1
).
If you specify multiple filters, the filters are joined with an AND
, and the request returns only
results that match all of the specified filters.
listOutposts
in interface AWSOutposts
public ListSitesResult listSites(ListSitesRequest request)
AWSOutposts
Lists the Outpost sites for your Amazon Web Services account. Add operating address filters to your request to return a more specific list of results. Use filters to match site city, country code, or state/region of the operating address.
If you specify multiple filters, the filters are joined with an AND
, and the request returns only
results that match all of the specified filters.
listSites
in interface AWSOutposts
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSOutposts
Lists the tags for the specified resource.
listTagsForResource
in interface AWSOutposts
public TagResourceResult tagResource(TagResourceRequest request)
AWSOutposts
Adds tags to the specified resource.
tagResource
in interface AWSOutposts
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSOutposts
Removes tags from the specified resource.
untagResource
in interface AWSOutposts
public UpdateOutpostResult updateOutpost(UpdateOutpostRequest request)
AWSOutposts
Updates an Outpost.
updateOutpost
in interface AWSOutposts
public UpdateSiteResult updateSite(UpdateSiteRequest request)
AWSOutposts
Updates the site.
updateSite
in interface AWSOutposts
public UpdateSiteAddressResult updateSiteAddress(UpdateSiteAddressRequest request)
AWSOutposts
Updates the site address.
To update a site address with an order IN_PROGRESS
, you must wait for the order to complete or
cancel the order.
You can update the operating address before you place an order at the site, or after all Outposts that belong to the site have been deactivated.
updateSiteAddress
in interface AWSOutposts
public UpdateSiteRackPhysicalPropertiesResult updateSiteRackPhysicalProperties(UpdateSiteRackPhysicalPropertiesRequest request)
AWSOutposts
Update the physical and logistical details for a rack at a site. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.
To update a rack at a site with an order of IN_PROGRESS
, you must wait for the order to complete or
cancel the order.
updateSiteRackPhysicalProperties
in interface AWSOutposts
public void shutdown()
AWSOutposts
shutdown
in interface AWSOutposts
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSOutposts
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSOutposts
request
- The originally executed request.