Uses of Interface
software.amazon.awssdk.services.datasync.model.StorageSystemListEntry.Builder
-
Packages that use StorageSystemListEntry.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of StorageSystemListEntry.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return StorageSystemListEntry.Builder Modifier and Type Method Description static StorageSystemListEntry.BuilderStorageSystemListEntry. builder()StorageSystemListEntry.BuilderStorageSystemListEntry.Builder. name(String name)The name of an on-premises storage system that you added to DataSync Discovery.StorageSystemListEntry.BuilderStorageSystemListEntry.Builder. storageSystemArn(String storageSystemArn)The Amazon Resource Names (ARN) of an on-premises storage system that you added to DataSync Discovery.StorageSystemListEntry.BuilderStorageSystemListEntry. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type StorageSystemListEntry.Builder Modifier and Type Method Description static Class<? extends StorageSystemListEntry.Builder>StorageSystemListEntry. serializableBuilderClass()
-