Uses of Class
software.amazon.awssdk.services.emr.model.Command
-
Packages that use Command Package Description software.amazon.awssdk.services.emr.model software.amazon.awssdk.services.emr.paginators -
-
Uses of Command in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type Command Modifier and Type Method Description List<Command>ListBootstrapActionsResponse. bootstrapActions()The bootstrap actions associated with the cluster.Methods in software.amazon.awssdk.services.emr.model with parameters of type Command Modifier and Type Method Description ListBootstrapActionsResponse.BuilderListBootstrapActionsResponse.Builder. bootstrapActions(Command... bootstrapActions)The bootstrap actions associated with the cluster.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type Command Modifier and Type Method Description ListBootstrapActionsResponse.BuilderListBootstrapActionsResponse.Builder. bootstrapActions(Collection<Command> bootstrapActions)The bootstrap actions associated with the cluster. -
Uses of Command in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type Command Modifier and Type Method Description SdkIterable<Command>ListBootstrapActionsIterable. bootstrapActions()Returns an iterable to iterate through the paginatedListBootstrapActionsResponse.bootstrapActions()member.SdkPublisher<Command>ListBootstrapActionsPublisher. bootstrapActions()Returns a publisher that can be used to get a stream of data.
-