| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model | |
| software.amazon.awssdk.services.transfer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ListedAccess> |
ListAccessesResponse.accesses()
Returns the accesses and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
ListAccessesResponse.Builder |
ListAccessesResponse.Builder.accesses(ListedAccess... accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
ListAccessesResponse.Builder |
ListAccessesResponse.Builder.accesses(Collection<ListedAccess> accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ListedAccess> |
ListAccessesPublisher.accesses()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ListedAccess> |
ListAccessesIterable.accesses()
Returns an iterable to iterate through the paginated
ListAccessesResponse.accesses() member. |
Copyright © 2023. All rights reserved.