| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3outposts.model | |
| software.amazon.awssdk.services.s3outposts.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
ListEndpointsResponse.endpoints()
The list of endpoints associated with the specified Outpost.
|
List<Endpoint> |
ListSharedEndpointsResponse.endpoints()
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource
Access Manager (RAM).
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.endpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost.
|
ListSharedEndpointsResponse.Builder |
ListSharedEndpointsResponse.Builder.endpoints(Endpoint... endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services
Resource Access Manager (RAM).
|
| Modifier and Type | Method and Description |
|---|---|
ListEndpointsResponse.Builder |
ListEndpointsResponse.Builder.endpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost.
|
ListSharedEndpointsResponse.Builder |
ListSharedEndpointsResponse.Builder.endpoints(Collection<Endpoint> endpoints)
The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services
Resource Access Manager (RAM).
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Endpoint> |
ListSharedEndpointsIterable.endpoints()
Returns an iterable to iterate through the paginated
ListSharedEndpointsResponse.endpoints() member. |
SdkPublisher<Endpoint> |
ListEndpointsPublisher.endpoints()
Returns a publisher that can be used to get a stream of data.
|
SdkPublisher<Endpoint> |
ListSharedEndpointsPublisher.endpoints()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Endpoint> |
ListEndpointsIterable.endpoints()
Returns an iterable to iterate through the paginated
ListEndpointsResponse.endpoints() member. |
Copyright © 2023. All rights reserved.