@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)
AmazonS3Outposts
Amazon 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 AmazonS3Outposts
public DeleteEndpointResult deleteEndpoint(DeleteEndpointRequest request)
AmazonS3Outposts
Amazon 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 AmazonS3Outposts
public ListEndpointsResult listEndpoints(ListEndpointsRequest request)
AmazonS3Outposts
Amazon 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 AmazonS3Outposts
public void shutdown()
AmazonS3Outposts
shutdown
in interface AmazonS3Outposts
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonS3Outposts
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 AmazonS3Outposts
request
- The originally executed request.