Uses of Class
software.amazon.awssdk.services.deadline.model.CreateQueueFleetAssociationResponse
-
Packages that use CreateQueueFleetAssociationResponse Package Description software.amazon.awssdk.services.deadline The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects. -
-
Uses of CreateQueueFleetAssociationResponse in software.amazon.awssdk.services.deadline
Methods in software.amazon.awssdk.services.deadline that return CreateQueueFleetAssociationResponse Modifier and Type Method Description default CreateQueueFleetAssociationResponseDeadlineClient. createQueueFleetAssociation(Consumer<CreateQueueFleetAssociationRequest.Builder> createQueueFleetAssociationRequest)Creates an association between a queue and a fleet.default CreateQueueFleetAssociationResponseDeadlineClient. createQueueFleetAssociation(CreateQueueFleetAssociationRequest createQueueFleetAssociationRequest)Creates an association between a queue and a fleet.Methods in software.amazon.awssdk.services.deadline that return types with arguments of type CreateQueueFleetAssociationResponse Modifier and Type Method Description default CompletableFuture<CreateQueueFleetAssociationResponse>DeadlineAsyncClient. createQueueFleetAssociation(Consumer<CreateQueueFleetAssociationRequest.Builder> createQueueFleetAssociationRequest)Creates an association between a queue and a fleet.default CompletableFuture<CreateQueueFleetAssociationResponse>DeadlineAsyncClient. createQueueFleetAssociation(CreateQueueFleetAssociationRequest createQueueFleetAssociationRequest)Creates an association between a queue and a fleet.
-