Uses of Interface
software.amazon.awssdk.services.deadline.model.DeleteStorageProfileRequest.Builder
-
Packages that use DeleteStorageProfileRequest.Builder 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.model -
-
Uses of DeleteStorageProfileRequest.Builder in software.amazon.awssdk.services.deadline
Method parameters in software.amazon.awssdk.services.deadline with type arguments of type DeleteStorageProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteStorageProfileResponse>DeadlineAsyncClient. deleteStorageProfile(Consumer<DeleteStorageProfileRequest.Builder> deleteStorageProfileRequest)Deletes a storage profile.default DeleteStorageProfileResponseDeadlineClient. deleteStorageProfile(Consumer<DeleteStorageProfileRequest.Builder> deleteStorageProfileRequest)Deletes a storage profile. -
Uses of DeleteStorageProfileRequest.Builder in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return DeleteStorageProfileRequest.Builder Modifier and Type Method Description static DeleteStorageProfileRequest.BuilderDeleteStorageProfileRequest. builder()DeleteStorageProfileRequest.BuilderDeleteStorageProfileRequest.Builder. farmId(String farmId)The farm ID of the farm from which to remove the storage profile.DeleteStorageProfileRequest.BuilderDeleteStorageProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteStorageProfileRequest.BuilderDeleteStorageProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteStorageProfileRequest.BuilderDeleteStorageProfileRequest.Builder. storageProfileId(String storageProfileId)The storage profile ID of the storage profile to delete.DeleteStorageProfileRequest.BuilderDeleteStorageProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type DeleteStorageProfileRequest.Builder Modifier and Type Method Description static Class<? extends DeleteStorageProfileRequest.Builder>DeleteStorageProfileRequest. serializableBuilderClass()
-