Uses of Class
software.amazon.awssdk.services.deadline.model.StorageProfileSummary
-
Packages that use StorageProfileSummary Package Description software.amazon.awssdk.services.deadline.model software.amazon.awssdk.services.deadline.paginators -
-
Uses of StorageProfileSummary in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type StorageProfileSummary Modifier and Type Method Description List<StorageProfileSummary>ListStorageProfilesForQueueResponse. storageProfiles()The storage profiles in the queue.List<StorageProfileSummary>ListStorageProfilesResponse. storageProfiles()The storage profiles.Methods in software.amazon.awssdk.services.deadline.model with parameters of type StorageProfileSummary Modifier and Type Method Description ListStorageProfilesForQueueResponse.BuilderListStorageProfilesForQueueResponse.Builder. storageProfiles(StorageProfileSummary... storageProfiles)The storage profiles in the queue.ListStorageProfilesResponse.BuilderListStorageProfilesResponse.Builder. storageProfiles(StorageProfileSummary... storageProfiles)The storage profiles.Method parameters in software.amazon.awssdk.services.deadline.model with type arguments of type StorageProfileSummary Modifier and Type Method Description ListStorageProfilesForQueueResponse.BuilderListStorageProfilesForQueueResponse.Builder. storageProfiles(Collection<StorageProfileSummary> storageProfiles)The storage profiles in the queue.ListStorageProfilesResponse.BuilderListStorageProfilesResponse.Builder. storageProfiles(Collection<StorageProfileSummary> storageProfiles)The storage profiles. -
Uses of StorageProfileSummary in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type StorageProfileSummary Modifier and Type Method Description SdkIterable<StorageProfileSummary>ListStorageProfilesForQueueIterable. storageProfiles()Returns an iterable to iterate through the paginatedListStorageProfilesForQueueResponse.storageProfiles()member.SdkPublisher<StorageProfileSummary>ListStorageProfilesForQueuePublisher. storageProfiles()Returns a publisher that can be used to get a stream of data.SdkIterable<StorageProfileSummary>ListStorageProfilesIterable. storageProfiles()Returns an iterable to iterate through the paginatedListStorageProfilesResponse.storageProfiles()member.SdkPublisher<StorageProfileSummary>ListStorageProfilesPublisher. storageProfiles()Returns a publisher that can be used to get a stream of data.
-