@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonS3Outposts
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonS3Outposts
instead.
Amazon S3 on Outposts provides access to S3 on Outposts operations.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateEndpointResult |
createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint and associates it with the specified Outpost.
|
DeleteEndpointResult |
deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes an endpoint.
|
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 listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
ListOutpostsWithS3Result |
listOutpostsWithS3(ListOutpostsWithS3Request listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
|
ListSharedEndpointsResult |
listSharedEndpoints(ListSharedEndpointsRequest listSharedEndpointsRequest)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
CreateEndpointResult createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint and associates it with the specified Outpost.
It can take up to 5 minutes for this action to finish.
Related actions include:
createEndpointRequest
- InternalServerException
- There was an exception with the internal server.ValidationException
- There was an exception validating this data.AccessDeniedException
- Access was denied for this action.ResourceNotFoundException
- The requested resource was not found.ConflictException
- There was a conflict with this action, and it could not be completed.ThrottlingException
- The request was denied due to request throttling.OutpostOfflineException
- The service link connection to your Outposts home Region is down. Check your connection and try again.DeleteEndpointResult deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes an endpoint.
It can take up to 5 minutes for this action to finish.
Related actions include:
deleteEndpointRequest
- InternalServerException
- There was an exception with the internal server.AccessDeniedException
- Access was denied for this action.ResourceNotFoundException
- The requested resource was not found.ValidationException
- There was an exception validating this data.ThrottlingException
- The request was denied due to request throttling.OutpostOfflineException
- The service link connection to your Outposts home Region is down. Check your connection and try again.ListEndpointsResult listEndpoints(ListEndpointsRequest listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
Related actions include:
listEndpointsRequest
- InternalServerException
- There was an exception with the internal server.ResourceNotFoundException
- The requested resource was not found.AccessDeniedException
- Access was denied for this action.ValidationException
- There was an exception validating this data.ThrottlingException
- The request was denied due to request throttling.ListOutpostsWithS3Result listOutpostsWithS3(ListOutpostsWithS3Request listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account. Includes S3 on Outposts that you have access to as the Outposts owner, or as a shared user from Resource Access Manager (RAM).
listOutpostsWithS3Request
- InternalServerException
- There was an exception with the internal server.AccessDeniedException
- Access was denied for this action.ValidationException
- There was an exception validating this data.ThrottlingException
- The request was denied due to request throttling.ListSharedEndpointsResult listSharedEndpoints(ListSharedEndpointsRequest listSharedEndpointsRequest)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).
Related actions include:
listSharedEndpointsRequest
- InternalServerException
- There was an exception with the internal server.ResourceNotFoundException
- The requested resource was not found.AccessDeniedException
- Access was denied for this action.ValidationException
- There was an exception validating this data.ThrottlingException
- The request was denied due to request throttling.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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.
request
- The originally executed request.