| 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 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 |
ResourceNotFoundException
The requested resource was not found.
|
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 © 2022. All rights reserved.