@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 |
---|---|
CreateOutpostResult |
createOutpost(CreateOutpostRequest request)
Creates an Outpost.
|
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.
|
GetOutpostResult |
getOutpost(GetOutpostRequest request)
Gets information about the specified Outpost.
|
GetOutpostInstanceTypesResult |
getOutpostInstanceTypes(GetOutpostInstanceTypesRequest request)
Lists the instance types for the specified Outpost.
|
ListOutpostsResult |
listOutposts(ListOutpostsRequest request)
List the Outposts for your AWS account.
|
ListSitesResult |
listSites(ListSitesRequest request)
Lists the sites for the specified AWS account.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public CreateOutpostResult createOutpost(CreateOutpostRequest request)
AWSOutposts
Creates an Outpost.
createOutpost
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
Lists the instance types for the specified Outpost.
getOutpostInstanceTypes
in interface AWSOutposts
public ListOutpostsResult listOutposts(ListOutpostsRequest request)
AWSOutposts
List the Outposts for your AWS account.
listOutposts
in interface AWSOutposts
public ListSitesResult listSites(ListSitesRequest request)
AWSOutposts
Lists the sites for the specified AWS account.
listSites
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.