Uses of Class
software.amazon.awssdk.services.securitylake.model.DataLakeSource
-
Packages that use DataLakeSource Package Description software.amazon.awssdk.services.securitylake.model software.amazon.awssdk.services.securitylake.paginators -
-
Uses of DataLakeSource in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type DataLakeSource Modifier and Type Method Description List<DataLakeSource>GetDataLakeSourcesResponse. dataLakeSources()The list of enabled accounts and enabled sources.Methods in software.amazon.awssdk.services.securitylake.model with parameters of type DataLakeSource Modifier and Type Method Description GetDataLakeSourcesResponse.BuilderGetDataLakeSourcesResponse.Builder. dataLakeSources(DataLakeSource... dataLakeSources)The list of enabled accounts and enabled sources.Method parameters in software.amazon.awssdk.services.securitylake.model with type arguments of type DataLakeSource Modifier and Type Method Description GetDataLakeSourcesResponse.BuilderGetDataLakeSourcesResponse.Builder. dataLakeSources(Collection<DataLakeSource> dataLakeSources)The list of enabled accounts and enabled sources. -
Uses of DataLakeSource in software.amazon.awssdk.services.securitylake.paginators
Methods in software.amazon.awssdk.services.securitylake.paginators that return types with arguments of type DataLakeSource Modifier and Type Method Description SdkIterable<DataLakeSource>GetDataLakeSourcesIterable. dataLakeSources()Returns an iterable to iterate through the paginatedGetDataLakeSourcesResponse.dataLakeSources()member.SdkPublisher<DataLakeSource>GetDataLakeSourcesPublisher. dataLakeSources()Returns a publisher that can be used to get a stream of data.
-