Uses of Class
software.amazon.awssdk.services.outposts.model.CapacityTaskSummary
Packages that use CapacityTaskSummary
Package
Description
-
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 CapacityTaskSummaryModifier and TypeMethodDescriptionfinal List<CapacityTaskSummary>ListCapacityTasksResponse.capacityTasks()Lists all the capacity tasks.Methods in software.amazon.awssdk.services.outposts.model with parameters of type CapacityTaskSummaryModifier and TypeMethodDescriptionListCapacityTasksResponse.Builder.capacityTasks(CapacityTaskSummary... capacityTasks) Lists all the capacity tasks.Method parameters in software.amazon.awssdk.services.outposts.model with type arguments of type CapacityTaskSummaryModifier and TypeMethodDescriptionListCapacityTasksResponse.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 CapacityTaskSummaryModifier and TypeMethodDescriptionfinal SdkIterable<CapacityTaskSummary>ListCapacityTasksIterable.capacityTasks()Returns an iterable to iterate through the paginatedListCapacityTasksResponse.capacityTasks()member.final SdkPublisher<CapacityTaskSummary>ListCapacityTasksPublisher.capacityTasks()Returns a publisher that can be used to get a stream of data.