| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3outposts |
Amazon S3 on Outposts provides access to S3 on Outposts operations.
|
| software.amazon.awssdk.services.s3outposts.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateEndpointResponse |
S3OutpostsClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates an endpoint and associates it with the specified Outpost.
|
default CreateEndpointResponse |
S3OutpostsClient.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint and associates it with the specified Outpost.
|
default DeleteEndpointResponse |
S3OutpostsClient.deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)
Deletes an endpoint.
|
default DeleteEndpointResponse |
S3OutpostsClient.deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes an endpoint.
|
default ListEndpointsResponse |
S3OutpostsClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
default ListEndpointsResponse |
S3OutpostsClient.listEndpoints(ListEndpointsRequest listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
default ListEndpointsIterable |
S3OutpostsClient.listEndpointsPaginator(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
default ListEndpointsIterable |
S3OutpostsClient.listEndpointsPaginator(ListEndpointsRequest listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
default ListOutpostsWithS3Response |
S3OutpostsClient.listOutpostsWithS3(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
|
default ListOutpostsWithS3Response |
S3OutpostsClient.listOutpostsWithS3(ListOutpostsWithS3Request listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
|
default ListOutpostsWithS3Iterable |
S3OutpostsClient.listOutpostsWithS3Paginator(Consumer<ListOutpostsWithS3Request.Builder> listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
|
default ListOutpostsWithS3Iterable |
S3OutpostsClient.listOutpostsWithS3Paginator(ListOutpostsWithS3Request listOutpostsWithS3Request)
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
|
default ListSharedEndpointsResponse |
S3OutpostsClient.listSharedEndpoints(Consumer<ListSharedEndpointsRequest.Builder> listSharedEndpointsRequest)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
default ListSharedEndpointsResponse |
S3OutpostsClient.listSharedEndpoints(ListSharedEndpointsRequest listSharedEndpointsRequest)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
default ListSharedEndpointsIterable |
S3OutpostsClient.listSharedEndpointsPaginator(Consumer<ListSharedEndpointsRequest.Builder> listSharedEndpointsRequest)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
default ListSharedEndpointsIterable |
S3OutpostsClient.listSharedEndpointsPaginator(ListSharedEndpointsRequest listSharedEndpointsRequest)
Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access
Manager (RAM).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
Access was denied for this action.
|
class |
ConflictException
There was a conflict with this action, and it could not be completed.
|
class |
InternalServerException
There was an exception with the internal server.
|
class |
OutpostOfflineException
The service link connection to your Outposts home Region is down.
|
class |
ResourceNotFoundException
The requested resource was not found.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
ValidationException
There was an exception validating this data.
|
| Modifier and Type | Method and Description |
|---|---|
S3OutpostsException |
S3OutpostsException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(S3OutpostsException ex) |
Copyright © 2023. All rights reserved.