Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.ExportInfo
-
Packages that use ExportInfo Package Description software.amazon.awssdk.services.applicationdiscovery.model software.amazon.awssdk.services.applicationdiscovery.paginators -
-
Uses of ExportInfo in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type ExportInfo Modifier and Type Method Description List<ExportInfo>DescribeExportTasksResponse. exportsInfo()Contains one or more sets of export request details.Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type ExportInfo Modifier and Type Method Description DescribeExportTasksResponse.BuilderDescribeExportTasksResponse.Builder. exportsInfo(ExportInfo... exportsInfo)Contains one or more sets of export request details.Method parameters in software.amazon.awssdk.services.applicationdiscovery.model with type arguments of type ExportInfo Modifier and Type Method Description DescribeExportTasksResponse.BuilderDescribeExportTasksResponse.Builder. exportsInfo(Collection<ExportInfo> exportsInfo)Contains one or more sets of export request details. -
Uses of ExportInfo in software.amazon.awssdk.services.applicationdiscovery.paginators
Methods in software.amazon.awssdk.services.applicationdiscovery.paginators that return types with arguments of type ExportInfo Modifier and Type Method Description SdkIterable<ExportInfo>DescribeExportTasksIterable. exportsInfo()Returns an iterable to iterate through the paginatedDescribeExportTasksResponse.exportsInfo()member.SdkPublisher<ExportInfo>DescribeExportTasksPublisher. exportsInfo()Returns a publisher that can be used to get a stream of data.
-