@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)
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
DeleteEndpointResult |
deleteEndpoint(DeleteEndpointRequest request)
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in 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)
Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public CreateEndpointResult createEndpoint(CreateEndpointRequest request)
AmazonS3OutpostsAmazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in 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). For more information, see Accessing S3 on Outposts using VPC only access points.
This action creates an endpoint and associates it with the specified Outposts.
It can take up to 5 minutes for this action to complete.
Related actions include:
createEndpoint in interface AmazonS3Outpostspublic DeleteEndpointResult deleteEndpoint(DeleteEndpointRequest request)
AmazonS3OutpostsAmazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in 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). For more information, see Accessing S3 on Outposts using VPC only access points.
This action deletes an endpoint.
It can take up to 5 minutes for this action to complete.
Related actions include:
deleteEndpoint in interface AmazonS3Outpostspublic ListEndpointsResult listEndpoints(ListEndpointsRequest request)
AmazonS3OutpostsAmazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in 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). For more information, see Accessing S3 on Outposts using VPC only access points.
This action lists endpoints associated with the Outposts.
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.