Uses of Class
software.amazon.awssdk.services.outposts.model.CapacityTaskSummary
-
Packages that use CapacityTaskSummary Package Description software.amazon.awssdk.services.outposts.model software.amazon.awssdk.services.outposts.paginators -
-
Uses of CapacityTaskSummary in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type CapacityTaskSummary Modifier and Type Method Description List<CapacityTaskSummary>ListCapacityTasksResponse. capacityTasks()Lists all the capacity tasks.Methods in software.amazon.awssdk.services.outposts.model with parameters of type CapacityTaskSummary Modifier and Type Method Description ListCapacityTasksResponse.BuilderListCapacityTasksResponse.Builder. capacityTasks(CapacityTaskSummary... capacityTasks)Lists all the capacity tasks.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type CapacityTaskSummary Modifier and Type Method Description ListCapacityTasksResponse.BuilderListCapacityTasksResponse.Builder. capacityTasks(Collection<CapacityTaskSummary> capacityTasks)Lists all the capacity tasks. -
Uses of CapacityTaskSummary in software.amazon.awssdk.services.outposts.paginators
Methods in software.amazon.awssdk.services.outposts.paginators that return types with arguments of type CapacityTaskSummary Modifier and Type Method Description SdkIterable<CapacityTaskSummary>ListCapacityTasksIterable. capacityTasks()Returns an iterable to iterate through the paginatedListCapacityTasksResponse.capacityTasks()member.SdkPublisher<CapacityTaskSummary>ListCapacityTasksPublisher. capacityTasks()Returns a publisher that can be used to get a stream of data.
-