Uses of Class
software.amazon.awssdk.services.deadline.model.ListStorageProfilesResponse
-
Packages that use ListStorageProfilesResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.software.amazon.awssdk.services.deadline.paginators -
-
Uses of ListStorageProfilesResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return ListStorageProfilesResponse Modifier and Type Method Description default ListStorageProfilesResponseDeadlineClient. listStorageProfiles(Consumer<ListStorageProfilesRequest.Builder> listStorageProfilesRequest)Lists storage profiles.default ListStorageProfilesResponseDeadlineClient. listStorageProfiles(ListStorageProfilesRequest listStorageProfilesRequest)Lists storage profiles.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type ListStorageProfilesResponse Modifier and Type Method Description default CompletableFuture<ListStorageProfilesResponse>DeadlineAsyncClient. listStorageProfiles(Consumer<ListStorageProfilesRequest.Builder> listStorageProfilesRequest)Lists storage profiles.default CompletableFuture<ListStorageProfilesResponse>DeadlineAsyncClient. listStorageProfiles(ListStorageProfilesRequest listStorageProfilesRequest)Lists storage profiles. -
Uses of ListStorageProfilesResponse in software.amazon.awssdk.services.deadline.paginators
Methods in software.amazon.awssdk.services.deadline.paginators that return types with arguments of type ListStorageProfilesResponse Modifier and Type Method Description Iterator<ListStorageProfilesResponse>ListStorageProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.deadline.paginators with type arguments of type ListStorageProfilesResponse Modifier and Type Method Description voidListStorageProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStorageProfilesResponse> subscriber)
-