Uses of Class
software.amazon.awssdk.services.drs.model.LaunchAction
-
Packages that use LaunchAction Package Description software.amazon.awssdk.services.drs.model software.amazon.awssdk.services.drs.paginators -
-
Uses of LaunchAction in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return LaunchAction Modifier and Type Method Description LaunchActionLaunchActionRun. action()Action.Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type LaunchAction Modifier and Type Method Description List<LaunchAction>ListLaunchActionsResponse. items()List of resource launch actions.Methods in software.amazon.awssdk.services.drs.model with parameters of type LaunchAction Modifier and Type Method Description LaunchActionRun.BuilderLaunchActionRun.Builder. action(LaunchAction action)Action.ListLaunchActionsResponse.BuilderListLaunchActionsResponse.Builder. items(LaunchAction... items)List of resource launch actions.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type LaunchAction Modifier and Type Method Description ListLaunchActionsResponse.BuilderListLaunchActionsResponse.Builder. items(Collection<LaunchAction> items)List of resource launch actions. -
Uses of LaunchAction in software.amazon.awssdk.services.drs.paginators
Methods in software.amazon.awssdk.services.drs.paginators that return types with arguments of type LaunchAction Modifier and Type Method Description SdkIterable<LaunchAction>ListLaunchActionsIterable. items()Returns an iterable to iterate through the paginatedListLaunchActionsResponse.items()member.SdkPublisher<LaunchAction>ListLaunchActionsPublisher. items()Returns a publisher that can be used to get a stream of data.
-