Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityManagerDataExportResponse
Packages that use CapacityManagerDataExportResponse
Package
Description
-
Uses of CapacityManagerDataExportResponse in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CapacityManagerDataExportResponseModifier and TypeMethodDescriptionDescribeCapacityManagerDataExportsResponse.capacityManagerDataExports()Information about the data export configurations, including export settings, delivery status, and recent activity.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CapacityManagerDataExportResponseModifier and TypeMethodDescriptionDescribeCapacityManagerDataExportsResponse.Builder.capacityManagerDataExports(CapacityManagerDataExportResponse... capacityManagerDataExports) Information about the data export configurations, including export settings, delivery status, and recent activity.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CapacityManagerDataExportResponseModifier and TypeMethodDescriptionDescribeCapacityManagerDataExportsResponse.Builder.capacityManagerDataExports(Collection<CapacityManagerDataExportResponse> capacityManagerDataExports) Information about the data export configurations, including export settings, delivery status, and recent activity. -
Uses of CapacityManagerDataExportResponse in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type CapacityManagerDataExportResponseModifier and TypeMethodDescriptionDescribeCapacityManagerDataExportsIterable.capacityManagerDataExports()Returns an iterable to iterate through the paginatedDescribeCapacityManagerDataExportsResponse.capacityManagerDataExports()member.DescribeCapacityManagerDataExportsPublisher.capacityManagerDataExports()Returns a publisher that can be used to get a stream of data.