| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3outposts |
Amazon S3 on Outposts provides access to S3 on Outposts operations.
|
| software.amazon.awssdk.services.s3outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEndpointsResponse> |
S3OutpostsAsyncClient.listEndpoints(Consumer<ListEndpointsRequest.Builder> listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
default CompletableFuture<ListEndpointsResponse> |
S3OutpostsAsyncClient.listEndpoints(ListEndpointsRequest listEndpointsRequest)
Lists endpoints associated with the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEndpointsResponse> |
ListEndpointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEndpointsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEndpointsResponse> subscriber) |
Copyright © 2023. All rights reserved.