| Package | Description |
|---|---|
| software.amazon.awssdk.services.mgn.model | |
| software.amazon.awssdk.services.mgn.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SourceServerActionDocument> |
ListSourceServerActionsResponse.items()
List of source server post migration custom actions.
|
| Modifier and Type | Method and Description |
|---|---|
ListSourceServerActionsResponse.Builder |
ListSourceServerActionsResponse.Builder.items(SourceServerActionDocument... items)
List of source server post migration custom actions.
|
| Modifier and Type | Method and Description |
|---|---|
ListSourceServerActionsResponse.Builder |
ListSourceServerActionsResponse.Builder.items(Collection<SourceServerActionDocument> items)
List of source server post migration custom actions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SourceServerActionDocument> |
ListSourceServerActionsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SourceServerActionDocument> |
ListSourceServerActionsIterable.items()
Returns an iterable to iterate through the paginated
ListSourceServerActionsResponse.items() member. |
Copyright © 2023. All rights reserved.