Uses of Class
software.amazon.awssdk.services.ec2.model.CapacityManagerDataExportResponse
-
Packages that use CapacityManagerDataExportResponse Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 CapacityManagerDataExportResponse Modifier and Type Method Description List<CapacityManagerDataExportResponse>DescribeCapacityManagerDataExportsResponse. 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 CapacityManagerDataExportResponse Modifier and Type Method Description DescribeCapacityManagerDataExportsResponse.BuilderDescribeCapacityManagerDataExportsResponse.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 CapacityManagerDataExportResponse Modifier and Type Method Description DescribeCapacityManagerDataExportsResponse.BuilderDescribeCapacityManagerDataExportsResponse.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 CapacityManagerDataExportResponse Modifier and Type Method Description SdkIterable<CapacityManagerDataExportResponse>DescribeCapacityManagerDataExportsIterable. capacityManagerDataExports()Returns an iterable to iterate through the paginatedDescribeCapacityManagerDataExportsResponse.capacityManagerDataExports()member.SdkPublisher<CapacityManagerDataExportResponse>DescribeCapacityManagerDataExportsPublisher. capacityManagerDataExports()Returns a publisher that can be used to get a stream of data.
-