| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model | |
| software.amazon.awssdk.services.drs.paginators |
| Modifier and Type | Method and Description |
|---|---|
LaunchAction |
LaunchActionRun.action()
Action.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchAction> |
ListLaunchActionsResponse.items()
List of resource launch actions.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchActionRun.Builder |
LaunchActionRun.Builder.action(LaunchAction action)
Action.
|
ListLaunchActionsResponse.Builder |
ListLaunchActionsResponse.Builder.items(LaunchAction... items)
List of resource launch actions.
|
| Modifier and Type | Method and Description |
|---|---|
ListLaunchActionsResponse.Builder |
ListLaunchActionsResponse.Builder.items(Collection<LaunchAction> items)
List of resource launch actions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<LaunchAction> |
ListLaunchActionsIterable.items()
Returns an iterable to iterate through the paginated
ListLaunchActionsResponse.items() member. |
SdkPublisher<LaunchAction> |
ListLaunchActionsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.