Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.ExportReference
-
Packages that use ExportReference Package Description software.amazon.awssdk.services.bcmdataexports.model software.amazon.awssdk.services.bcmdataexports.paginators -
-
Uses of ExportReference in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ExportReference Modifier and Type Method Description List<ExportReference>ListExportsResponse. exports()The details of the exports, including name and export status.Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type ExportReference Modifier and Type Method Description ListExportsResponse.BuilderListExportsResponse.Builder. exports(ExportReference... exports)The details of the exports, including name and export status.Method parameters in software.amazon.awssdk.services.bcmdataexports.model with type arguments of type ExportReference Modifier and Type Method Description ListExportsResponse.BuilderListExportsResponse.Builder. exports(Collection<ExportReference> exports)The details of the exports, including name and export status. -
Uses of ExportReference in software.amazon.awssdk.services.bcmdataexports.paginators
Methods in software.amazon.awssdk.services.bcmdataexports.paginators that return types with arguments of type ExportReference Modifier and Type Method Description SdkIterable<ExportReference>ListExportsIterable. exports()Returns an iterable to iterate through the paginatedListExportsResponse.exports()member.SdkPublisher<ExportReference>ListExportsPublisher. exports()Returns a publisher that can be used to get a stream of data.
-