Uses of Class
software.amazon.awssdk.services.deadline.model.CreateFarmResponse
-
Packages that use CreateFarmResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of CreateFarmResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return CreateFarmResponse Modifier and Type Method Description default CreateFarmResponseDeadlineClient. createFarm(Consumer<CreateFarmRequest.Builder> createFarmRequest)Creates a farm to allow space for queues and fleets.default CreateFarmResponseDeadlineClient. createFarm(CreateFarmRequest createFarmRequest)Creates a farm to allow space for queues and fleets.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type CreateFarmResponse Modifier and Type Method Description default CompletableFuture<CreateFarmResponse>DeadlineAsyncClient. createFarm(Consumer<CreateFarmRequest.Builder> createFarmRequest)Creates a farm to allow space for queues and fleets.default CompletableFuture<CreateFarmResponse>DeadlineAsyncClient. createFarm(CreateFarmRequest createFarmRequest)Creates a farm to allow space for queues and fleets.
-