default CancelOrderResponse |
OutpostsClient.cancelOrder(Consumer<CancelOrderRequest.Builder> cancelOrderRequest) |
Cancels the specified order for an Outpost.
|
default CancelOrderResponse |
OutpostsClient.cancelOrder(CancelOrderRequest cancelOrderRequest) |
Cancels the specified order for an Outpost.
|
default CreateOrderResponse |
OutpostsClient.createOrder(Consumer<CreateOrderRequest.Builder> createOrderRequest) |
Creates an order for an Outpost.
|
default CreateOrderResponse |
OutpostsClient.createOrder(CreateOrderRequest createOrderRequest) |
Creates an order for an Outpost.
|
default CreateOutpostResponse |
OutpostsClient.createOutpost(Consumer<CreateOutpostRequest.Builder> createOutpostRequest) |
Creates an Outpost.
|
default CreateOutpostResponse |
OutpostsClient.createOutpost(CreateOutpostRequest createOutpostRequest) |
Creates an Outpost.
|
default CreateSiteResponse |
OutpostsClient.createSite(Consumer<CreateSiteRequest.Builder> createSiteRequest) |
Creates a site for an Outpost.
|
default CreateSiteResponse |
OutpostsClient.createSite(CreateSiteRequest createSiteRequest) |
Creates a site for an Outpost.
|
default DeleteOutpostResponse |
OutpostsClient.deleteOutpost(Consumer<DeleteOutpostRequest.Builder> deleteOutpostRequest) |
Deletes the specified Outpost.
|
default DeleteOutpostResponse |
OutpostsClient.deleteOutpost(DeleteOutpostRequest deleteOutpostRequest) |
Deletes the specified Outpost.
|
default DeleteSiteResponse |
OutpostsClient.deleteSite(Consumer<DeleteSiteRequest.Builder> deleteSiteRequest) |
Deletes the specified site.
|
default DeleteSiteResponse |
OutpostsClient.deleteSite(DeleteSiteRequest deleteSiteRequest) |
Deletes the specified site.
|
default GetConnectionResponse |
OutpostsClient.getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest) |
|
default GetConnectionResponse |
OutpostsClient.getConnection(GetConnectionRequest getConnectionRequest) |
|
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) |
Gets the instance types for the specified Outpost.
|
default GetOutpostInstanceTypesResponse |
OutpostsClient.getOutpostInstanceTypes(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest) |
Gets the instance types for the specified Outpost.
|
default GetOutpostInstanceTypesIterable |
OutpostsClient.getOutpostInstanceTypesPaginator(Consumer<GetOutpostInstanceTypesRequest.Builder> getOutpostInstanceTypesRequest) |
Gets the instance types for the specified Outpost.
|
default GetOutpostInstanceTypesIterable |
OutpostsClient.getOutpostInstanceTypesPaginator(GetOutpostInstanceTypesRequest getOutpostInstanceTypesRequest) |
Gets the instance types for the specified Outpost.
|
default GetSiteResponse |
OutpostsClient.getSite(Consumer<GetSiteRequest.Builder> getSiteRequest) |
Gets information about the specified Outpost site.
|
default GetSiteResponse |
OutpostsClient.getSite(GetSiteRequest getSiteRequest) |
Gets information about the specified Outpost site.
|
default GetSiteAddressResponse |
OutpostsClient.getSiteAddress(Consumer<GetSiteAddressRequest.Builder> getSiteAddressRequest) |
Gets the site address of the specified site.
|
default GetSiteAddressResponse |
OutpostsClient.getSiteAddress(GetSiteAddressRequest getSiteAddressRequest) |
Gets the site address of the specified site.
|
default ListAssetsResponse |
OutpostsClient.listAssets(Consumer<ListAssetsRequest.Builder> listAssetsRequest) |
Lists the hardware assets for the specified Outpost.
|
default ListAssetsResponse |
OutpostsClient.listAssets(ListAssetsRequest listAssetsRequest) |
Lists the hardware assets for the specified Outpost.
|
default ListAssetsIterable |
OutpostsClient.listAssetsPaginator(Consumer<ListAssetsRequest.Builder> listAssetsRequest) |
Lists the hardware assets for the specified Outpost.
|
default ListAssetsIterable |
OutpostsClient.listAssetsPaginator(ListAssetsRequest listAssetsRequest) |
Lists the hardware assets for the specified Outpost.
|
default ListOrdersResponse |
OutpostsClient.listOrders(Consumer<ListOrdersRequest.Builder> listOrdersRequest) |
Lists the Outpost orders for your Amazon Web Services account.
|
default ListOrdersResponse |
OutpostsClient.listOrders(ListOrdersRequest listOrdersRequest) |
Lists the Outpost orders for your Amazon Web Services account.
|
default ListOrdersIterable |
OutpostsClient.listOrdersPaginator(Consumer<ListOrdersRequest.Builder> listOrdersRequest) |
Lists the Outpost orders for your Amazon Web Services account.
|
default ListOrdersIterable |
OutpostsClient.listOrdersPaginator(ListOrdersRequest listOrdersRequest) |
Lists the Outpost orders for your Amazon Web Services account.
|
default ListOutpostsResponse |
OutpostsClient.listOutposts(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest) |
Lists the Outposts for your Amazon Web Services account.
|
default ListOutpostsResponse |
OutpostsClient.listOutposts(ListOutpostsRequest listOutpostsRequest) |
Lists the Outposts for your Amazon Web Services account.
|
default ListOutpostsIterable |
OutpostsClient.listOutpostsPaginator(Consumer<ListOutpostsRequest.Builder> listOutpostsRequest) |
Lists the Outposts for your Amazon Web Services account.
|
default ListOutpostsIterable |
OutpostsClient.listOutpostsPaginator(ListOutpostsRequest listOutpostsRequest) |
Lists the Outposts for your Amazon Web Services account.
|
default ListSitesResponse |
OutpostsClient.listSites(Consumer<ListSitesRequest.Builder> listSitesRequest) |
Lists the Outpost sites for your Amazon Web Services account.
|
default ListSitesResponse |
OutpostsClient.listSites(ListSitesRequest listSitesRequest) |
Lists the Outpost sites for your Amazon Web Services account.
|
default ListSitesIterable |
OutpostsClient.listSitesPaginator(Consumer<ListSitesRequest.Builder> listSitesRequest) |
Lists the Outpost sites for your Amazon Web Services account.
|
default ListSitesIterable |
OutpostsClient.listSitesPaginator(ListSitesRequest listSitesRequest) |
Lists the Outpost sites for your Amazon Web Services account.
|
default StartConnectionResponse |
OutpostsClient.startConnection(Consumer<StartConnectionRequest.Builder> startConnectionRequest) |
|
default StartConnectionResponse |
OutpostsClient.startConnection(StartConnectionRequest startConnectionRequest) |
|
default UpdateOutpostResponse |
OutpostsClient.updateOutpost(Consumer<UpdateOutpostRequest.Builder> updateOutpostRequest) |
Updates an Outpost.
|
default UpdateOutpostResponse |
OutpostsClient.updateOutpost(UpdateOutpostRequest updateOutpostRequest) |
Updates an Outpost.
|
default UpdateSiteResponse |
OutpostsClient.updateSite(Consumer<UpdateSiteRequest.Builder> updateSiteRequest) |
Updates the specified site.
|
default UpdateSiteResponse |
OutpostsClient.updateSite(UpdateSiteRequest updateSiteRequest) |
Updates the specified site.
|
default UpdateSiteAddressResponse |
OutpostsClient.updateSiteAddress(Consumer<UpdateSiteAddressRequest.Builder> updateSiteAddressRequest) |
Updates the address of the specified site.
|
default UpdateSiteAddressResponse |
OutpostsClient.updateSiteAddress(UpdateSiteAddressRequest updateSiteAddressRequest) |
Updates the address of the specified site.
|
default UpdateSiteRackPhysicalPropertiesResponse |
OutpostsClient.updateSiteRackPhysicalProperties(Consumer<UpdateSiteRackPhysicalPropertiesRequest.Builder> updateSiteRackPhysicalPropertiesRequest) |
Update the physical and logistical details for a rack at a site.
|
default UpdateSiteRackPhysicalPropertiesResponse |
OutpostsClient.updateSiteRackPhysicalProperties(UpdateSiteRackPhysicalPropertiesRequest updateSiteRackPhysicalPropertiesRequest) |
Update the physical and logistical details for a rack at a site.
|