Uses of Class
software.amazon.awssdk.services.deadline.model.UpdateStorageProfileResponse
-
Packages that use UpdateStorageProfileResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of UpdateStorageProfileResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return UpdateStorageProfileResponse Modifier and Type Method Description default UpdateStorageProfileResponseDeadlineClient. updateStorageProfile(Consumer<UpdateStorageProfileRequest.Builder> updateStorageProfileRequest)Updates a storage profile.default UpdateStorageProfileResponseDeadlineClient. updateStorageProfile(UpdateStorageProfileRequest updateStorageProfileRequest)Updates a storage profile.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type UpdateStorageProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateStorageProfileResponse>DeadlineAsyncClient. updateStorageProfile(Consumer<UpdateStorageProfileRequest.Builder> updateStorageProfileRequest)Updates a storage profile.default CompletableFuture<UpdateStorageProfileResponse>DeadlineAsyncClient. updateStorageProfile(UpdateStorageProfileRequest updateStorageProfileRequest)Updates a storage profile.
-