Uses of Class
software.amazon.awssdk.services.datasync.model.StorageSystemListEntry
-
Packages that use StorageSystemListEntry Package Description software.amazon.awssdk.services.datasync.model software.amazon.awssdk.services.datasync.paginators -
-
Uses of StorageSystemListEntry in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type StorageSystemListEntry Modifier and Type Method Description List<StorageSystemListEntry>ListStorageSystemsResponse. storageSystems()The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.Methods in software.amazon.awssdk.services.datasync.model with parameters of type StorageSystemListEntry Modifier and Type Method Description ListStorageSystemsResponse.BuilderListStorageSystemsResponse.Builder. storageSystems(StorageSystemListEntry... storageSystems)The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type StorageSystemListEntry Modifier and Type Method Description ListStorageSystemsResponse.BuilderListStorageSystemsResponse.Builder. storageSystems(Collection<StorageSystemListEntry> storageSystems)The Amazon Resource Names ARNs) of the on-premises storage systems that you're using with DataSync Discovery. -
Uses of StorageSystemListEntry in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type StorageSystemListEntry Modifier and Type Method Description SdkIterable<StorageSystemListEntry>ListStorageSystemsIterable. storageSystems()Returns an iterable to iterate through the paginatedListStorageSystemsResponse.storageSystems()member.SdkPublisher<StorageSystemListEntry>ListStorageSystemsPublisher. storageSystems()Returns a publisher that can be used to get a stream of data.
-