@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonS3Outposts extends Object implements AmazonS3Outposts
AmazonS3Outposts. 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 | 
|---|---|
| CreateEndpointResult | createEndpoint(CreateEndpointRequest request)
 S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. | 
| DeleteEndpointResult | deleteEndpoint(DeleteEndpointRequest request)
 S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. | 
| 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. | 
| ListEndpointsResult | listEndpoints(ListEndpointsRequest request)
 S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. | 
| void | shutdown()Shuts down this client object, releasing any resources that might be held open. | 
public CreateEndpointResult createEndpoint(CreateEndpointRequest request)
AmazonS3OutpostsS3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
This action creates an endpoint and associates it with the specified Outpost.
Related actions include:
createEndpoint in interface AmazonS3Outpostspublic DeleteEndpointResult deleteEndpoint(DeleteEndpointRequest request)
AmazonS3OutpostsS3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
This action deletes an endpoint.
Related actions include:
deleteEndpoint in interface AmazonS3Outpostspublic ListEndpointsResult listEndpoints(ListEndpointsRequest request)
AmazonS3OutpostsS3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
This action lists endpoints associated with the Outpost.
Related actions include:
listEndpoints in interface AmazonS3Outpostspublic void shutdown()
AmazonS3Outpostsshutdown in interface AmazonS3Outpostspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonS3OutpostsResponse 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 AmazonS3Outpostsrequest - The originally executed request.