Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.ExecutionSummary
-
Packages that use ExecutionSummary Package Description software.amazon.awssdk.services.snowdevicemanagement.model software.amazon.awssdk.services.snowdevicemanagement.paginators -
-
Uses of ExecutionSummary in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return types with arguments of type ExecutionSummary Modifier and Type Method Description List<ExecutionSummary>ListExecutionsResponse. executions()A list of executions.Methods in software.amazon.awssdk.services.snowdevicemanagement.model with parameters of type ExecutionSummary Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. executions(ExecutionSummary... executions)A list of executions.Method parameters in software.amazon.awssdk.services.snowdevicemanagement.model with type arguments of type ExecutionSummary Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. executions(Collection<ExecutionSummary> executions)A list of executions. -
Uses of ExecutionSummary in software.amazon.awssdk.services.snowdevicemanagement.paginators
Methods in software.amazon.awssdk.services.snowdevicemanagement.paginators that return types with arguments of type ExecutionSummary Modifier and Type Method Description SdkIterable<ExecutionSummary>ListExecutionsIterable. executions()Returns an iterable to iterate through the paginatedListExecutionsResponse.executions()member.SdkPublisher<ExecutionSummary>ListExecutionsPublisher. executions()Returns a publisher that can be used to get a stream of data.
-