@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSDeadlineAsync extends AbstractAWSDeadline implements AWSDeadlineAsync
AWSDeadlineAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
associateMemberToFarm, associateMemberToFleet, associateMemberToJob, associateMemberToQueue, assumeFleetRoleForRead, assumeFleetRoleForWorker, assumeQueueRoleForRead, assumeQueueRoleForUser, assumeQueueRoleForWorker, batchGetJobEntity, copyJobTemplate, createBudget, createFarm, createFleet, createJob, createLicenseEndpoint, createMonitor, createQueue, createQueueEnvironment, createQueueFleetAssociation, createStorageProfile, createWorker, deleteBudget, deleteFarm, deleteFleet, deleteLicenseEndpoint, deleteMeteredProduct, deleteMonitor, deleteQueue, deleteQueueEnvironment, deleteQueueFleetAssociation, deleteStorageProfile, deleteWorker, disassociateMemberFromFarm, disassociateMemberFromFleet, disassociateMemberFromJob, disassociateMemberFromQueue, getBudget, getCachedResponseMetadata, getFarm, getFleet, getJob, getLicenseEndpoint, getMonitor, getQueue, getQueueEnvironment, getQueueFleetAssociation, getSession, getSessionAction, getSessionsStatisticsAggregation, getStep, getStorageProfile, getStorageProfileForQueue, getTask, getWorker, listAvailableMeteredProducts, listBudgets, listFarmMembers, listFarms, listFleetMembers, listFleets, listJobMembers, listJobs, listLicenseEndpoints, listMeteredProducts, listMonitors, listQueueEnvironments, listQueueFleetAssociations, listQueueMembers, listQueues, listSessionActions, listSessions, listSessionsForWorker, listStepConsumers, listStepDependencies, listSteps, listStorageProfiles, listStorageProfilesForQueue, listTagsForResource, listTasks, listWorkers, putMeteredProduct, searchJobs, searchSteps, searchTasks, searchWorkers, shutdown, startSessionsStatisticsAggregation, tagResource, untagResource, updateBudget, updateFarm, updateFleet, updateJob, updateMonitor, updateQueue, updateQueueEnvironment, updateQueueFleetAssociation, updateSession, updateStep, updateStorageProfile, updateTask, updateWorker, updateWorkerSchedule, waiters
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateMemberToFarm, associateMemberToFleet, associateMemberToJob, associateMemberToQueue, assumeFleetRoleForRead, assumeFleetRoleForWorker, assumeQueueRoleForRead, assumeQueueRoleForUser, assumeQueueRoleForWorker, batchGetJobEntity, copyJobTemplate, createBudget, createFarm, createFleet, createJob, createLicenseEndpoint, createMonitor, createQueue, createQueueEnvironment, createQueueFleetAssociation, createStorageProfile, createWorker, deleteBudget, deleteFarm, deleteFleet, deleteLicenseEndpoint, deleteMeteredProduct, deleteMonitor, deleteQueue, deleteQueueEnvironment, deleteQueueFleetAssociation, deleteStorageProfile, deleteWorker, disassociateMemberFromFarm, disassociateMemberFromFleet, disassociateMemberFromJob, disassociateMemberFromQueue, getBudget, getCachedResponseMetadata, getFarm, getFleet, getJob, getLicenseEndpoint, getMonitor, getQueue, getQueueEnvironment, getQueueFleetAssociation, getSession, getSessionAction, getSessionsStatisticsAggregation, getStep, getStorageProfile, getStorageProfileForQueue, getTask, getWorker, listAvailableMeteredProducts, listBudgets, listFarmMembers, listFarms, listFleetMembers, listFleets, listJobMembers, listJobs, listLicenseEndpoints, listMeteredProducts, listMonitors, listQueueEnvironments, listQueueFleetAssociations, listQueueMembers, listQueues, listSessionActions, listSessions, listSessionsForWorker, listStepConsumers, listStepDependencies, listSteps, listStorageProfiles, listStorageProfilesForQueue, listTagsForResource, listTasks, listWorkers, putMeteredProduct, searchJobs, searchSteps, searchTasks, searchWorkers, shutdown, startSessionsStatisticsAggregation, tagResource, untagResource, updateBudget, updateFarm, updateFleet, updateJob, updateMonitor, updateQueue, updateQueueEnvironment, updateQueueFleetAssociation, updateSession, updateStep, updateStorageProfile, updateTask, updateWorker, updateWorkerSchedule, waiters
public Future<AssociateMemberToFarmResult> associateMemberToFarmAsync(AssociateMemberToFarmRequest request)
AWSDeadlineAsync
Assigns a farm membership level to a member.
associateMemberToFarmAsync
in interface AWSDeadlineAsync
public Future<AssociateMemberToFarmResult> associateMemberToFarmAsync(AssociateMemberToFarmRequest request, AsyncHandler<AssociateMemberToFarmRequest,AssociateMemberToFarmResult> asyncHandler)
AWSDeadlineAsync
Assigns a farm membership level to a member.
associateMemberToFarmAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateMemberToFleetResult> associateMemberToFleetAsync(AssociateMemberToFleetRequest request)
AWSDeadlineAsync
Assigns a fleet membership level to a member.
associateMemberToFleetAsync
in interface AWSDeadlineAsync
public Future<AssociateMemberToFleetResult> associateMemberToFleetAsync(AssociateMemberToFleetRequest request, AsyncHandler<AssociateMemberToFleetRequest,AssociateMemberToFleetResult> asyncHandler)
AWSDeadlineAsync
Assigns a fleet membership level to a member.
associateMemberToFleetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateMemberToJobResult> associateMemberToJobAsync(AssociateMemberToJobRequest request)
AWSDeadlineAsync
Assigns a job membership level to a member
associateMemberToJobAsync
in interface AWSDeadlineAsync
public Future<AssociateMemberToJobResult> associateMemberToJobAsync(AssociateMemberToJobRequest request, AsyncHandler<AssociateMemberToJobRequest,AssociateMemberToJobResult> asyncHandler)
AWSDeadlineAsync
Assigns a job membership level to a member
associateMemberToJobAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateMemberToQueueResult> associateMemberToQueueAsync(AssociateMemberToQueueRequest request)
AWSDeadlineAsync
Assigns a queue membership level to a member
associateMemberToQueueAsync
in interface AWSDeadlineAsync
public Future<AssociateMemberToQueueResult> associateMemberToQueueAsync(AssociateMemberToQueueRequest request, AsyncHandler<AssociateMemberToQueueRequest,AssociateMemberToQueueResult> asyncHandler)
AWSDeadlineAsync
Assigns a queue membership level to a member
associateMemberToQueueAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssumeFleetRoleForReadResult> assumeFleetRoleForReadAsync(AssumeFleetRoleForReadRequest request)
AWSDeadlineAsync
Get Amazon Web Services credentials from the fleet role. The IAM permissions of the credentials are scoped down to have read-only access.
assumeFleetRoleForReadAsync
in interface AWSDeadlineAsync
public Future<AssumeFleetRoleForReadResult> assumeFleetRoleForReadAsync(AssumeFleetRoleForReadRequest request, AsyncHandler<AssumeFleetRoleForReadRequest,AssumeFleetRoleForReadResult> asyncHandler)
AWSDeadlineAsync
Get Amazon Web Services credentials from the fleet role. The IAM permissions of the credentials are scoped down to have read-only access.
assumeFleetRoleForReadAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssumeFleetRoleForWorkerResult> assumeFleetRoleForWorkerAsync(AssumeFleetRoleForWorkerRequest request)
AWSDeadlineAsync
Get credentials from the fleet role for a worker.
assumeFleetRoleForWorkerAsync
in interface AWSDeadlineAsync
public Future<AssumeFleetRoleForWorkerResult> assumeFleetRoleForWorkerAsync(AssumeFleetRoleForWorkerRequest request, AsyncHandler<AssumeFleetRoleForWorkerRequest,AssumeFleetRoleForWorkerResult> asyncHandler)
AWSDeadlineAsync
Get credentials from the fleet role for a worker.
assumeFleetRoleForWorkerAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssumeQueueRoleForReadResult> assumeQueueRoleForReadAsync(AssumeQueueRoleForReadRequest request)
AWSDeadlineAsync
Gets Amazon Web Services credentials from the queue role. The IAM permissions of the credentials are scoped down to have read-only access.
assumeQueueRoleForReadAsync
in interface AWSDeadlineAsync
public Future<AssumeQueueRoleForReadResult> assumeQueueRoleForReadAsync(AssumeQueueRoleForReadRequest request, AsyncHandler<AssumeQueueRoleForReadRequest,AssumeQueueRoleForReadResult> asyncHandler)
AWSDeadlineAsync
Gets Amazon Web Services credentials from the queue role. The IAM permissions of the credentials are scoped down to have read-only access.
assumeQueueRoleForReadAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssumeQueueRoleForUserResult> assumeQueueRoleForUserAsync(AssumeQueueRoleForUserRequest request)
AWSDeadlineAsync
Allows a user to assume a role for a queue.
assumeQueueRoleForUserAsync
in interface AWSDeadlineAsync
public Future<AssumeQueueRoleForUserResult> assumeQueueRoleForUserAsync(AssumeQueueRoleForUserRequest request, AsyncHandler<AssumeQueueRoleForUserRequest,AssumeQueueRoleForUserResult> asyncHandler)
AWSDeadlineAsync
Allows a user to assume a role for a queue.
assumeQueueRoleForUserAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssumeQueueRoleForWorkerResult> assumeQueueRoleForWorkerAsync(AssumeQueueRoleForWorkerRequest request)
AWSDeadlineAsync
Allows a worker to assume a queue role.
assumeQueueRoleForWorkerAsync
in interface AWSDeadlineAsync
public Future<AssumeQueueRoleForWorkerResult> assumeQueueRoleForWorkerAsync(AssumeQueueRoleForWorkerRequest request, AsyncHandler<AssumeQueueRoleForWorkerRequest,AssumeQueueRoleForWorkerResult> asyncHandler)
AWSDeadlineAsync
Allows a worker to assume a queue role.
assumeQueueRoleForWorkerAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchGetJobEntityResult> batchGetJobEntityAsync(BatchGetJobEntityRequest request)
AWSDeadlineAsync
Get batched job details for a worker.
batchGetJobEntityAsync
in interface AWSDeadlineAsync
public Future<BatchGetJobEntityResult> batchGetJobEntityAsync(BatchGetJobEntityRequest request, AsyncHandler<BatchGetJobEntityRequest,BatchGetJobEntityResult> asyncHandler)
AWSDeadlineAsync
Get batched job details for a worker.
batchGetJobEntityAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CopyJobTemplateResult> copyJobTemplateAsync(CopyJobTemplateRequest request)
AWSDeadlineAsync
Copies a job template to an Amazon S3 bucket.
copyJobTemplateAsync
in interface AWSDeadlineAsync
public Future<CopyJobTemplateResult> copyJobTemplateAsync(CopyJobTemplateRequest request, AsyncHandler<CopyJobTemplateRequest,CopyJobTemplateResult> asyncHandler)
AWSDeadlineAsync
Copies a job template to an Amazon S3 bucket.
copyJobTemplateAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateBudgetResult> createBudgetAsync(CreateBudgetRequest request)
AWSDeadlineAsync
Creates a budget to set spending thresholds for your rendering activity.
createBudgetAsync
in interface AWSDeadlineAsync
public Future<CreateBudgetResult> createBudgetAsync(CreateBudgetRequest request, AsyncHandler<CreateBudgetRequest,CreateBudgetResult> asyncHandler)
AWSDeadlineAsync
Creates a budget to set spending thresholds for your rendering activity.
createBudgetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateFarmResult> createFarmAsync(CreateFarmRequest request)
AWSDeadlineAsync
Creates a farm to allow space for queues and fleets. Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.
createFarmAsync
in interface AWSDeadlineAsync
public Future<CreateFarmResult> createFarmAsync(CreateFarmRequest request, AsyncHandler<CreateFarmRequest,CreateFarmResult> asyncHandler)
AWSDeadlineAsync
Creates a farm to allow space for queues and fleets. Farms are the space where the components of your renders gather and are pieced together in the cloud. Farms contain budgets and allow you to enforce permissions. Deadline Cloud farms are a useful container for large projects.
createFarmAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateFleetResult> createFleetAsync(CreateFleetRequest request)
AWSDeadlineAsync
Creates a fleet. Fleets gather information relating to compute, or capacity, for renders within your farms. You can choose to manage your own capacity or opt to have fleets fully managed by Deadline Cloud.
createFleetAsync
in interface AWSDeadlineAsync
public Future<CreateFleetResult> createFleetAsync(CreateFleetRequest request, AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
AWSDeadlineAsync
Creates a fleet. Fleets gather information relating to compute, or capacity, for renders within your farms. You can choose to manage your own capacity or opt to have fleets fully managed by Deadline Cloud.
createFleetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateJobResult> createJobAsync(CreateJobRequest request)
AWSDeadlineAsync
Creates a job. A job is a render submission submitted by a user. It contains specific job properties outlined as steps and tasks.
createJobAsync
in interface AWSDeadlineAsync
public Future<CreateJobResult> createJobAsync(CreateJobRequest request, AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
AWSDeadlineAsync
Creates a job. A job is a render submission submitted by a user. It contains specific job properties outlined as steps and tasks.
createJobAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateLicenseEndpointResult> createLicenseEndpointAsync(CreateLicenseEndpointRequest request)
AWSDeadlineAsync
Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
createLicenseEndpointAsync
in interface AWSDeadlineAsync
public Future<CreateLicenseEndpointResult> createLicenseEndpointAsync(CreateLicenseEndpointRequest request, AsyncHandler<CreateLicenseEndpointRequest,CreateLicenseEndpointResult> asyncHandler)
AWSDeadlineAsync
Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
createLicenseEndpointAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateMonitorResult> createMonitorAsync(CreateMonitorRequest request)
AWSDeadlineAsync
Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and fleets. After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results.
createMonitorAsync
in interface AWSDeadlineAsync
public Future<CreateMonitorResult> createMonitorAsync(CreateMonitorRequest request, AsyncHandler<CreateMonitorRequest,CreateMonitorResult> asyncHandler)
AWSDeadlineAsync
Creates an Amazon Web Services Deadline Cloud monitor that you can use to view your farms, queues, and fleets. After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results.
createMonitorAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateQueueResult> createQueueAsync(CreateQueueRequest request)
AWSDeadlineAsync
Creates a queue to coordinate the order in which jobs run on a farm. A queue can also specify where to pull resources and indicate where to output completed jobs.
createQueueAsync
in interface AWSDeadlineAsync
public Future<CreateQueueResult> createQueueAsync(CreateQueueRequest request, AsyncHandler<CreateQueueRequest,CreateQueueResult> asyncHandler)
AWSDeadlineAsync
Creates a queue to coordinate the order in which jobs run on a farm. A queue can also specify where to pull resources and indicate where to output completed jobs.
createQueueAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateQueueEnvironmentResult> createQueueEnvironmentAsync(CreateQueueEnvironmentRequest request)
AWSDeadlineAsync
Creates an environment for a queue that defines how jobs in the queue run.
createQueueEnvironmentAsync
in interface AWSDeadlineAsync
public Future<CreateQueueEnvironmentResult> createQueueEnvironmentAsync(CreateQueueEnvironmentRequest request, AsyncHandler<CreateQueueEnvironmentRequest,CreateQueueEnvironmentResult> asyncHandler)
AWSDeadlineAsync
Creates an environment for a queue that defines how jobs in the queue run.
createQueueEnvironmentAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateQueueFleetAssociationResult> createQueueFleetAssociationAsync(CreateQueueFleetAssociationRequest request)
AWSDeadlineAsync
Creates an association between a queue and a fleet.
createQueueFleetAssociationAsync
in interface AWSDeadlineAsync
public Future<CreateQueueFleetAssociationResult> createQueueFleetAssociationAsync(CreateQueueFleetAssociationRequest request, AsyncHandler<CreateQueueFleetAssociationRequest,CreateQueueFleetAssociationResult> asyncHandler)
AWSDeadlineAsync
Creates an association between a queue and a fleet.
createQueueFleetAssociationAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateStorageProfileResult> createStorageProfileAsync(CreateStorageProfileRequest request)
AWSDeadlineAsync
Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.
createStorageProfileAsync
in interface AWSDeadlineAsync
public Future<CreateStorageProfileResult> createStorageProfileAsync(CreateStorageProfileRequest request, AsyncHandler<CreateStorageProfileRequest,CreateStorageProfileResult> asyncHandler)
AWSDeadlineAsync
Creates a storage profile that specifies the operating system, file type, and file location of resources used on a farm.
createStorageProfileAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateWorkerResult> createWorkerAsync(CreateWorkerRequest request)
AWSDeadlineAsync
Creates a worker. A worker tells your instance how much processing power (vCPU), and memory (GiB) you’ll need to assemble the digital assets held within a particular instance. You can specify certain instance types to use, or let the worker know which instances types to exclude.
createWorkerAsync
in interface AWSDeadlineAsync
public Future<CreateWorkerResult> createWorkerAsync(CreateWorkerRequest request, AsyncHandler<CreateWorkerRequest,CreateWorkerResult> asyncHandler)
AWSDeadlineAsync
Creates a worker. A worker tells your instance how much processing power (vCPU), and memory (GiB) you’ll need to assemble the digital assets held within a particular instance. You can specify certain instance types to use, or let the worker know which instances types to exclude.
createWorkerAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteBudgetResult> deleteBudgetAsync(DeleteBudgetRequest request)
AWSDeadlineAsync
Deletes a budget.
deleteBudgetAsync
in interface AWSDeadlineAsync
public Future<DeleteBudgetResult> deleteBudgetAsync(DeleteBudgetRequest request, AsyncHandler<DeleteBudgetRequest,DeleteBudgetResult> asyncHandler)
AWSDeadlineAsync
Deletes a budget.
deleteBudgetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteFarmResult> deleteFarmAsync(DeleteFarmRequest request)
AWSDeadlineAsync
Deletes a farm.
deleteFarmAsync
in interface AWSDeadlineAsync
public Future<DeleteFarmResult> deleteFarmAsync(DeleteFarmRequest request, AsyncHandler<DeleteFarmRequest,DeleteFarmResult> asyncHandler)
AWSDeadlineAsync
Deletes a farm.
deleteFarmAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest request)
AWSDeadlineAsync
Deletes a fleet.
deleteFleetAsync
in interface AWSDeadlineAsync
public Future<DeleteFleetResult> deleteFleetAsync(DeleteFleetRequest request, AsyncHandler<DeleteFleetRequest,DeleteFleetResult> asyncHandler)
AWSDeadlineAsync
Deletes a fleet.
deleteFleetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteLicenseEndpointResult> deleteLicenseEndpointAsync(DeleteLicenseEndpointRequest request)
AWSDeadlineAsync
Deletes a license endpoint.
deleteLicenseEndpointAsync
in interface AWSDeadlineAsync
public Future<DeleteLicenseEndpointResult> deleteLicenseEndpointAsync(DeleteLicenseEndpointRequest request, AsyncHandler<DeleteLicenseEndpointRequest,DeleteLicenseEndpointResult> asyncHandler)
AWSDeadlineAsync
Deletes a license endpoint.
deleteLicenseEndpointAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteMeteredProductResult> deleteMeteredProductAsync(DeleteMeteredProductRequest request)
AWSDeadlineAsync
Deletes a metered product.
deleteMeteredProductAsync
in interface AWSDeadlineAsync
public Future<DeleteMeteredProductResult> deleteMeteredProductAsync(DeleteMeteredProductRequest request, AsyncHandler<DeleteMeteredProductRequest,DeleteMeteredProductResult> asyncHandler)
AWSDeadlineAsync
Deletes a metered product.
deleteMeteredProductAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteMonitorResult> deleteMonitorAsync(DeleteMonitorRequest request)
AWSDeadlineAsync
Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and attach farms to the monitor.
deleteMonitorAsync
in interface AWSDeadlineAsync
public Future<DeleteMonitorResult> deleteMonitorAsync(DeleteMonitorRequest request, AsyncHandler<DeleteMonitorRequest,DeleteMonitorResult> asyncHandler)
AWSDeadlineAsync
Removes a Deadline Cloud monitor. After you delete a monitor, you can create a new one and attach farms to the monitor.
deleteMonitorAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteQueueResult> deleteQueueAsync(DeleteQueueRequest request)
AWSDeadlineAsync
Deletes a queue.
deleteQueueAsync
in interface AWSDeadlineAsync
public Future<DeleteQueueResult> deleteQueueAsync(DeleteQueueRequest request, AsyncHandler<DeleteQueueRequest,DeleteQueueResult> asyncHandler)
AWSDeadlineAsync
Deletes a queue.
deleteQueueAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteQueueEnvironmentResult> deleteQueueEnvironmentAsync(DeleteQueueEnvironmentRequest request)
AWSDeadlineAsync
Deletes a queue environment.
deleteQueueEnvironmentAsync
in interface AWSDeadlineAsync
public Future<DeleteQueueEnvironmentResult> deleteQueueEnvironmentAsync(DeleteQueueEnvironmentRequest request, AsyncHandler<DeleteQueueEnvironmentRequest,DeleteQueueEnvironmentResult> asyncHandler)
AWSDeadlineAsync
Deletes a queue environment.
deleteQueueEnvironmentAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteQueueFleetAssociationResult> deleteQueueFleetAssociationAsync(DeleteQueueFleetAssociationRequest request)
AWSDeadlineAsync
Deletes a queue-fleet association.
deleteQueueFleetAssociationAsync
in interface AWSDeadlineAsync
public Future<DeleteQueueFleetAssociationResult> deleteQueueFleetAssociationAsync(DeleteQueueFleetAssociationRequest request, AsyncHandler<DeleteQueueFleetAssociationRequest,DeleteQueueFleetAssociationResult> asyncHandler)
AWSDeadlineAsync
Deletes a queue-fleet association.
deleteQueueFleetAssociationAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteStorageProfileResult> deleteStorageProfileAsync(DeleteStorageProfileRequest request)
AWSDeadlineAsync
Deletes a storage profile.
deleteStorageProfileAsync
in interface AWSDeadlineAsync
public Future<DeleteStorageProfileResult> deleteStorageProfileAsync(DeleteStorageProfileRequest request, AsyncHandler<DeleteStorageProfileRequest,DeleteStorageProfileResult> asyncHandler)
AWSDeadlineAsync
Deletes a storage profile.
deleteStorageProfileAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteWorkerResult> deleteWorkerAsync(DeleteWorkerRequest request)
AWSDeadlineAsync
Deletes a worker.
deleteWorkerAsync
in interface AWSDeadlineAsync
public Future<DeleteWorkerResult> deleteWorkerAsync(DeleteWorkerRequest request, AsyncHandler<DeleteWorkerRequest,DeleteWorkerResult> asyncHandler)
AWSDeadlineAsync
Deletes a worker.
deleteWorkerAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateMemberFromFarmResult> disassociateMemberFromFarmAsync(DisassociateMemberFromFarmRequest request)
AWSDeadlineAsync
Disassociates a member from a farm.
disassociateMemberFromFarmAsync
in interface AWSDeadlineAsync
public Future<DisassociateMemberFromFarmResult> disassociateMemberFromFarmAsync(DisassociateMemberFromFarmRequest request, AsyncHandler<DisassociateMemberFromFarmRequest,DisassociateMemberFromFarmResult> asyncHandler)
AWSDeadlineAsync
Disassociates a member from a farm.
disassociateMemberFromFarmAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateMemberFromFleetResult> disassociateMemberFromFleetAsync(DisassociateMemberFromFleetRequest request)
AWSDeadlineAsync
Disassociates a member from a fleet.
disassociateMemberFromFleetAsync
in interface AWSDeadlineAsync
public Future<DisassociateMemberFromFleetResult> disassociateMemberFromFleetAsync(DisassociateMemberFromFleetRequest request, AsyncHandler<DisassociateMemberFromFleetRequest,DisassociateMemberFromFleetResult> asyncHandler)
AWSDeadlineAsync
Disassociates a member from a fleet.
disassociateMemberFromFleetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateMemberFromJobResult> disassociateMemberFromJobAsync(DisassociateMemberFromJobRequest request)
AWSDeadlineAsync
Disassociates a member from a job.
disassociateMemberFromJobAsync
in interface AWSDeadlineAsync
public Future<DisassociateMemberFromJobResult> disassociateMemberFromJobAsync(DisassociateMemberFromJobRequest request, AsyncHandler<DisassociateMemberFromJobRequest,DisassociateMemberFromJobResult> asyncHandler)
AWSDeadlineAsync
Disassociates a member from a job.
disassociateMemberFromJobAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateMemberFromQueueResult> disassociateMemberFromQueueAsync(DisassociateMemberFromQueueRequest request)
AWSDeadlineAsync
Disassociates a member from a queue.
disassociateMemberFromQueueAsync
in interface AWSDeadlineAsync
public Future<DisassociateMemberFromQueueResult> disassociateMemberFromQueueAsync(DisassociateMemberFromQueueRequest request, AsyncHandler<DisassociateMemberFromQueueRequest,DisassociateMemberFromQueueResult> asyncHandler)
AWSDeadlineAsync
Disassociates a member from a queue.
disassociateMemberFromQueueAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetBudgetResult> getBudgetAsync(GetBudgetRequest request)
AWSDeadlineAsync
Get a budget.
getBudgetAsync
in interface AWSDeadlineAsync
public Future<GetBudgetResult> getBudgetAsync(GetBudgetRequest request, AsyncHandler<GetBudgetRequest,GetBudgetResult> asyncHandler)
AWSDeadlineAsync
Get a budget.
getBudgetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFarmResult> getFarmAsync(GetFarmRequest request)
AWSDeadlineAsync
Get a farm.
getFarmAsync
in interface AWSDeadlineAsync
public Future<GetFarmResult> getFarmAsync(GetFarmRequest request, AsyncHandler<GetFarmRequest,GetFarmResult> asyncHandler)
AWSDeadlineAsync
Get a farm.
getFarmAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFleetResult> getFleetAsync(GetFleetRequest request)
AWSDeadlineAsync
Get a fleet.
getFleetAsync
in interface AWSDeadlineAsync
public Future<GetFleetResult> getFleetAsync(GetFleetRequest request, AsyncHandler<GetFleetRequest,GetFleetResult> asyncHandler)
AWSDeadlineAsync
Get a fleet.
getFleetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetJobResult> getJobAsync(GetJobRequest request)
AWSDeadlineAsync
Gets a Deadline Cloud job.
getJobAsync
in interface AWSDeadlineAsync
public Future<GetJobResult> getJobAsync(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
AWSDeadlineAsync
Gets a Deadline Cloud job.
getJobAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetLicenseEndpointResult> getLicenseEndpointAsync(GetLicenseEndpointRequest request)
AWSDeadlineAsync
Gets a licence endpoint.
getLicenseEndpointAsync
in interface AWSDeadlineAsync
public Future<GetLicenseEndpointResult> getLicenseEndpointAsync(GetLicenseEndpointRequest request, AsyncHandler<GetLicenseEndpointRequest,GetLicenseEndpointResult> asyncHandler)
AWSDeadlineAsync
Gets a licence endpoint.
getLicenseEndpointAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetMonitorResult> getMonitorAsync(GetMonitorRequest request)
AWSDeadlineAsync
Gets information about the specified monitor.
getMonitorAsync
in interface AWSDeadlineAsync
public Future<GetMonitorResult> getMonitorAsync(GetMonitorRequest request, AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler)
AWSDeadlineAsync
Gets information about the specified monitor.
getMonitorAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetQueueResult> getQueueAsync(GetQueueRequest request)
AWSDeadlineAsync
Gets a queue.
getQueueAsync
in interface AWSDeadlineAsync
public Future<GetQueueResult> getQueueAsync(GetQueueRequest request, AsyncHandler<GetQueueRequest,GetQueueResult> asyncHandler)
AWSDeadlineAsync
Gets a queue.
getQueueAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetQueueEnvironmentResult> getQueueEnvironmentAsync(GetQueueEnvironmentRequest request)
AWSDeadlineAsync
Gets a queue environment.
getQueueEnvironmentAsync
in interface AWSDeadlineAsync
public Future<GetQueueEnvironmentResult> getQueueEnvironmentAsync(GetQueueEnvironmentRequest request, AsyncHandler<GetQueueEnvironmentRequest,GetQueueEnvironmentResult> asyncHandler)
AWSDeadlineAsync
Gets a queue environment.
getQueueEnvironmentAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetQueueFleetAssociationResult> getQueueFleetAssociationAsync(GetQueueFleetAssociationRequest request)
AWSDeadlineAsync
Gets a queue-fleet association.
getQueueFleetAssociationAsync
in interface AWSDeadlineAsync
public Future<GetQueueFleetAssociationResult> getQueueFleetAssociationAsync(GetQueueFleetAssociationRequest request, AsyncHandler<GetQueueFleetAssociationRequest,GetQueueFleetAssociationResult> asyncHandler)
AWSDeadlineAsync
Gets a queue-fleet association.
getQueueFleetAssociationAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSessionResult> getSessionAsync(GetSessionRequest request)
AWSDeadlineAsync
Gets a session.
getSessionAsync
in interface AWSDeadlineAsync
public Future<GetSessionResult> getSessionAsync(GetSessionRequest request, AsyncHandler<GetSessionRequest,GetSessionResult> asyncHandler)
AWSDeadlineAsync
Gets a session.
getSessionAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSessionActionResult> getSessionActionAsync(GetSessionActionRequest request)
AWSDeadlineAsync
Gets a session action for the job.
getSessionActionAsync
in interface AWSDeadlineAsync
public Future<GetSessionActionResult> getSessionActionAsync(GetSessionActionRequest request, AsyncHandler<GetSessionActionRequest,GetSessionActionResult> asyncHandler)
AWSDeadlineAsync
Gets a session action for the job.
getSessionActionAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSessionsStatisticsAggregationResult> getSessionsStatisticsAggregationAsync(GetSessionsStatisticsAggregationRequest request)
AWSDeadlineAsync
Gets a set of statistics for queues or farms. Before you can call the
GetSessionStatisticsAggregation
operation, you must first call the
StartSessionsStatisticsAggregation
operation. Statistics are available for 1 hour after you call the
StartSessionsStatisticsAggregation
operation.
getSessionsStatisticsAggregationAsync
in interface AWSDeadlineAsync
public Future<GetSessionsStatisticsAggregationResult> getSessionsStatisticsAggregationAsync(GetSessionsStatisticsAggregationRequest request, AsyncHandler<GetSessionsStatisticsAggregationRequest,GetSessionsStatisticsAggregationResult> asyncHandler)
AWSDeadlineAsync
Gets a set of statistics for queues or farms. Before you can call the
GetSessionStatisticsAggregation
operation, you must first call the
StartSessionsStatisticsAggregation
operation. Statistics are available for 1 hour after you call the
StartSessionsStatisticsAggregation
operation.
getSessionsStatisticsAggregationAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetStepResult> getStepAsync(GetStepRequest request)
AWSDeadlineAsync
Gets a step.
getStepAsync
in interface AWSDeadlineAsync
public Future<GetStepResult> getStepAsync(GetStepRequest request, AsyncHandler<GetStepRequest,GetStepResult> asyncHandler)
AWSDeadlineAsync
Gets a step.
getStepAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetStorageProfileResult> getStorageProfileAsync(GetStorageProfileRequest request)
AWSDeadlineAsync
Gets a storage profile.
getStorageProfileAsync
in interface AWSDeadlineAsync
public Future<GetStorageProfileResult> getStorageProfileAsync(GetStorageProfileRequest request, AsyncHandler<GetStorageProfileRequest,GetStorageProfileResult> asyncHandler)
AWSDeadlineAsync
Gets a storage profile.
getStorageProfileAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetStorageProfileForQueueResult> getStorageProfileForQueueAsync(GetStorageProfileForQueueRequest request)
AWSDeadlineAsync
Gets a storage profile for a queue.
getStorageProfileForQueueAsync
in interface AWSDeadlineAsync
public Future<GetStorageProfileForQueueResult> getStorageProfileForQueueAsync(GetStorageProfileForQueueRequest request, AsyncHandler<GetStorageProfileForQueueRequest,GetStorageProfileForQueueResult> asyncHandler)
AWSDeadlineAsync
Gets a storage profile for a queue.
getStorageProfileForQueueAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetTaskResult> getTaskAsync(GetTaskRequest request)
AWSDeadlineAsync
Gets a task.
getTaskAsync
in interface AWSDeadlineAsync
public Future<GetTaskResult> getTaskAsync(GetTaskRequest request, AsyncHandler<GetTaskRequest,GetTaskResult> asyncHandler)
AWSDeadlineAsync
Gets a task.
getTaskAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetWorkerResult> getWorkerAsync(GetWorkerRequest request)
AWSDeadlineAsync
Gets a worker.
getWorkerAsync
in interface AWSDeadlineAsync
public Future<GetWorkerResult> getWorkerAsync(GetWorkerRequest request, AsyncHandler<GetWorkerRequest,GetWorkerResult> asyncHandler)
AWSDeadlineAsync
Gets a worker.
getWorkerAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAvailableMeteredProductsResult> listAvailableMeteredProductsAsync(ListAvailableMeteredProductsRequest request)
AWSDeadlineAsync
A list of the available metered products.
listAvailableMeteredProductsAsync
in interface AWSDeadlineAsync
public Future<ListAvailableMeteredProductsResult> listAvailableMeteredProductsAsync(ListAvailableMeteredProductsRequest request, AsyncHandler<ListAvailableMeteredProductsRequest,ListAvailableMeteredProductsResult> asyncHandler)
AWSDeadlineAsync
A list of the available metered products.
listAvailableMeteredProductsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListBudgetsResult> listBudgetsAsync(ListBudgetsRequest request)
AWSDeadlineAsync
A list of budgets in a farm.
listBudgetsAsync
in interface AWSDeadlineAsync
public Future<ListBudgetsResult> listBudgetsAsync(ListBudgetsRequest request, AsyncHandler<ListBudgetsRequest,ListBudgetsResult> asyncHandler)
AWSDeadlineAsync
A list of budgets in a farm.
listBudgetsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFarmMembersResult> listFarmMembersAsync(ListFarmMembersRequest request)
AWSDeadlineAsync
Lists the members of a farm.
listFarmMembersAsync
in interface AWSDeadlineAsync
public Future<ListFarmMembersResult> listFarmMembersAsync(ListFarmMembersRequest request, AsyncHandler<ListFarmMembersRequest,ListFarmMembersResult> asyncHandler)
AWSDeadlineAsync
Lists the members of a farm.
listFarmMembersAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFarmsResult> listFarmsAsync(ListFarmsRequest request)
AWSDeadlineAsync
Lists farms.
listFarmsAsync
in interface AWSDeadlineAsync
public Future<ListFarmsResult> listFarmsAsync(ListFarmsRequest request, AsyncHandler<ListFarmsRequest,ListFarmsResult> asyncHandler)
AWSDeadlineAsync
Lists farms.
listFarmsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFleetMembersResult> listFleetMembersAsync(ListFleetMembersRequest request)
AWSDeadlineAsync
Lists fleet members.
listFleetMembersAsync
in interface AWSDeadlineAsync
public Future<ListFleetMembersResult> listFleetMembersAsync(ListFleetMembersRequest request, AsyncHandler<ListFleetMembersRequest,ListFleetMembersResult> asyncHandler)
AWSDeadlineAsync
Lists fleet members.
listFleetMembersAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFleetsResult> listFleetsAsync(ListFleetsRequest request)
AWSDeadlineAsync
Lists fleets.
listFleetsAsync
in interface AWSDeadlineAsync
public Future<ListFleetsResult> listFleetsAsync(ListFleetsRequest request, AsyncHandler<ListFleetsRequest,ListFleetsResult> asyncHandler)
AWSDeadlineAsync
Lists fleets.
listFleetsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListJobMembersResult> listJobMembersAsync(ListJobMembersRequest request)
AWSDeadlineAsync
Lists members on a job.
listJobMembersAsync
in interface AWSDeadlineAsync
public Future<ListJobMembersResult> listJobMembersAsync(ListJobMembersRequest request, AsyncHandler<ListJobMembersRequest,ListJobMembersResult> asyncHandler)
AWSDeadlineAsync
Lists members on a job.
listJobMembersAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListJobsResult> listJobsAsync(ListJobsRequest request)
AWSDeadlineAsync
Lists jobs.
listJobsAsync
in interface AWSDeadlineAsync
public Future<ListJobsResult> listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
AWSDeadlineAsync
Lists jobs.
listJobsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListLicenseEndpointsResult> listLicenseEndpointsAsync(ListLicenseEndpointsRequest request)
AWSDeadlineAsync
Lists license endpoints.
listLicenseEndpointsAsync
in interface AWSDeadlineAsync
public Future<ListLicenseEndpointsResult> listLicenseEndpointsAsync(ListLicenseEndpointsRequest request, AsyncHandler<ListLicenseEndpointsRequest,ListLicenseEndpointsResult> asyncHandler)
AWSDeadlineAsync
Lists license endpoints.
listLicenseEndpointsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMeteredProductsResult> listMeteredProductsAsync(ListMeteredProductsRequest request)
AWSDeadlineAsync
Lists metered products.
listMeteredProductsAsync
in interface AWSDeadlineAsync
public Future<ListMeteredProductsResult> listMeteredProductsAsync(ListMeteredProductsRequest request, AsyncHandler<ListMeteredProductsRequest,ListMeteredProductsResult> asyncHandler)
AWSDeadlineAsync
Lists metered products.
listMeteredProductsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListMonitorsResult> listMonitorsAsync(ListMonitorsRequest request)
AWSDeadlineAsync
Gets a list of your monitors in Deadline Cloud.
listMonitorsAsync
in interface AWSDeadlineAsync
public Future<ListMonitorsResult> listMonitorsAsync(ListMonitorsRequest request, AsyncHandler<ListMonitorsRequest,ListMonitorsResult> asyncHandler)
AWSDeadlineAsync
Gets a list of your monitors in Deadline Cloud.
listMonitorsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQueueEnvironmentsResult> listQueueEnvironmentsAsync(ListQueueEnvironmentsRequest request)
AWSDeadlineAsync
Lists queue environments.
listQueueEnvironmentsAsync
in interface AWSDeadlineAsync
public Future<ListQueueEnvironmentsResult> listQueueEnvironmentsAsync(ListQueueEnvironmentsRequest request, AsyncHandler<ListQueueEnvironmentsRequest,ListQueueEnvironmentsResult> asyncHandler)
AWSDeadlineAsync
Lists queue environments.
listQueueEnvironmentsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQueueFleetAssociationsResult> listQueueFleetAssociationsAsync(ListQueueFleetAssociationsRequest request)
AWSDeadlineAsync
Lists queue-fleet associations.
listQueueFleetAssociationsAsync
in interface AWSDeadlineAsync
public Future<ListQueueFleetAssociationsResult> listQueueFleetAssociationsAsync(ListQueueFleetAssociationsRequest request, AsyncHandler<ListQueueFleetAssociationsRequest,ListQueueFleetAssociationsResult> asyncHandler)
AWSDeadlineAsync
Lists queue-fleet associations.
listQueueFleetAssociationsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQueueMembersResult> listQueueMembersAsync(ListQueueMembersRequest request)
AWSDeadlineAsync
Lists the members in a queue.
listQueueMembersAsync
in interface AWSDeadlineAsync
public Future<ListQueueMembersResult> listQueueMembersAsync(ListQueueMembersRequest request, AsyncHandler<ListQueueMembersRequest,ListQueueMembersResult> asyncHandler)
AWSDeadlineAsync
Lists the members in a queue.
listQueueMembersAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQueuesResult> listQueuesAsync(ListQueuesRequest request)
AWSDeadlineAsync
Lists queues.
listQueuesAsync
in interface AWSDeadlineAsync
public Future<ListQueuesResult> listQueuesAsync(ListQueuesRequest request, AsyncHandler<ListQueuesRequest,ListQueuesResult> asyncHandler)
AWSDeadlineAsync
Lists queues.
listQueuesAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSessionActionsResult> listSessionActionsAsync(ListSessionActionsRequest request)
AWSDeadlineAsync
Lists session actions.
listSessionActionsAsync
in interface AWSDeadlineAsync
public Future<ListSessionActionsResult> listSessionActionsAsync(ListSessionActionsRequest request, AsyncHandler<ListSessionActionsRequest,ListSessionActionsResult> asyncHandler)
AWSDeadlineAsync
Lists session actions.
listSessionActionsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSessionsResult> listSessionsAsync(ListSessionsRequest request)
AWSDeadlineAsync
Lists sessions.
listSessionsAsync
in interface AWSDeadlineAsync
public Future<ListSessionsResult> listSessionsAsync(ListSessionsRequest request, AsyncHandler<ListSessionsRequest,ListSessionsResult> asyncHandler)
AWSDeadlineAsync
Lists sessions.
listSessionsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSessionsForWorkerResult> listSessionsForWorkerAsync(ListSessionsForWorkerRequest request)
AWSDeadlineAsync
Lists sessions for a worker.
listSessionsForWorkerAsync
in interface AWSDeadlineAsync
public Future<ListSessionsForWorkerResult> listSessionsForWorkerAsync(ListSessionsForWorkerRequest request, AsyncHandler<ListSessionsForWorkerRequest,ListSessionsForWorkerResult> asyncHandler)
AWSDeadlineAsync
Lists sessions for a worker.
listSessionsForWorkerAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListStepConsumersResult> listStepConsumersAsync(ListStepConsumersRequest request)
AWSDeadlineAsync
Lists step consumers.
listStepConsumersAsync
in interface AWSDeadlineAsync
public Future<ListStepConsumersResult> listStepConsumersAsync(ListStepConsumersRequest request, AsyncHandler<ListStepConsumersRequest,ListStepConsumersResult> asyncHandler)
AWSDeadlineAsync
Lists step consumers.
listStepConsumersAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListStepDependenciesResult> listStepDependenciesAsync(ListStepDependenciesRequest request)
AWSDeadlineAsync
Lists the dependencies for a step.
listStepDependenciesAsync
in interface AWSDeadlineAsync
public Future<ListStepDependenciesResult> listStepDependenciesAsync(ListStepDependenciesRequest request, AsyncHandler<ListStepDependenciesRequest,ListStepDependenciesResult> asyncHandler)
AWSDeadlineAsync
Lists the dependencies for a step.
listStepDependenciesAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListStepsResult> listStepsAsync(ListStepsRequest request)
AWSDeadlineAsync
Lists steps for a job.
listStepsAsync
in interface AWSDeadlineAsync
public Future<ListStepsResult> listStepsAsync(ListStepsRequest request, AsyncHandler<ListStepsRequest,ListStepsResult> asyncHandler)
AWSDeadlineAsync
Lists steps for a job.
listStepsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListStorageProfilesResult> listStorageProfilesAsync(ListStorageProfilesRequest request)
AWSDeadlineAsync
Lists storage profiles.
listStorageProfilesAsync
in interface AWSDeadlineAsync
public Future<ListStorageProfilesResult> listStorageProfilesAsync(ListStorageProfilesRequest request, AsyncHandler<ListStorageProfilesRequest,ListStorageProfilesResult> asyncHandler)
AWSDeadlineAsync
Lists storage profiles.
listStorageProfilesAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListStorageProfilesForQueueResult> listStorageProfilesForQueueAsync(ListStorageProfilesForQueueRequest request)
AWSDeadlineAsync
Lists storage profiles for a queue.
listStorageProfilesForQueueAsync
in interface AWSDeadlineAsync
public Future<ListStorageProfilesForQueueResult> listStorageProfilesForQueueAsync(ListStorageProfilesForQueueRequest request, AsyncHandler<ListStorageProfilesForQueueRequest,ListStorageProfilesForQueueResult> asyncHandler)
AWSDeadlineAsync
Lists storage profiles for a queue.
listStorageProfilesForQueueAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSDeadlineAsync
Lists tags for a resource.
listTagsForResourceAsync
in interface AWSDeadlineAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSDeadlineAsync
Lists tags for a resource.
listTagsForResourceAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTasksResult> listTasksAsync(ListTasksRequest request)
AWSDeadlineAsync
Lists tasks for a job.
listTasksAsync
in interface AWSDeadlineAsync
public Future<ListTasksResult> listTasksAsync(ListTasksRequest request, AsyncHandler<ListTasksRequest,ListTasksResult> asyncHandler)
AWSDeadlineAsync
Lists tasks for a job.
listTasksAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListWorkersResult> listWorkersAsync(ListWorkersRequest request)
AWSDeadlineAsync
Lists workers.
listWorkersAsync
in interface AWSDeadlineAsync
public Future<ListWorkersResult> listWorkersAsync(ListWorkersRequest request, AsyncHandler<ListWorkersRequest,ListWorkersResult> asyncHandler)
AWSDeadlineAsync
Lists workers.
listWorkersAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutMeteredProductResult> putMeteredProductAsync(PutMeteredProductRequest request)
AWSDeadlineAsync
Adds a metered product.
putMeteredProductAsync
in interface AWSDeadlineAsync
public Future<PutMeteredProductResult> putMeteredProductAsync(PutMeteredProductRequest request, AsyncHandler<PutMeteredProductRequest,PutMeteredProductResult> asyncHandler)
AWSDeadlineAsync
Adds a metered product.
putMeteredProductAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchJobsResult> searchJobsAsync(SearchJobsRequest request)
AWSDeadlineAsync
Searches for jobs.
searchJobsAsync
in interface AWSDeadlineAsync
public Future<SearchJobsResult> searchJobsAsync(SearchJobsRequest request, AsyncHandler<SearchJobsRequest,SearchJobsResult> asyncHandler)
AWSDeadlineAsync
Searches for jobs.
searchJobsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchStepsResult> searchStepsAsync(SearchStepsRequest request)
AWSDeadlineAsync
Searches for steps.
searchStepsAsync
in interface AWSDeadlineAsync
public Future<SearchStepsResult> searchStepsAsync(SearchStepsRequest request, AsyncHandler<SearchStepsRequest,SearchStepsResult> asyncHandler)
AWSDeadlineAsync
Searches for steps.
searchStepsAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchTasksResult> searchTasksAsync(SearchTasksRequest request)
AWSDeadlineAsync
Searches for tasks.
searchTasksAsync
in interface AWSDeadlineAsync
public Future<SearchTasksResult> searchTasksAsync(SearchTasksRequest request, AsyncHandler<SearchTasksRequest,SearchTasksResult> asyncHandler)
AWSDeadlineAsync
Searches for tasks.
searchTasksAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SearchWorkersResult> searchWorkersAsync(SearchWorkersRequest request)
AWSDeadlineAsync
Searches for workers.
searchWorkersAsync
in interface AWSDeadlineAsync
public Future<SearchWorkersResult> searchWorkersAsync(SearchWorkersRequest request, AsyncHandler<SearchWorkersRequest,SearchWorkersResult> asyncHandler)
AWSDeadlineAsync
Searches for workers.
searchWorkersAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartSessionsStatisticsAggregationResult> startSessionsStatisticsAggregationAsync(StartSessionsStatisticsAggregationRequest request)
AWSDeadlineAsync
Starts an asynchronous request for getting aggregated statistics about queues and farms. Get the statistics using
the GetSessionsStatisticsAggregation
operation. Statistics are available for 1 hour after you call
the StartSessionsStatisticsAggregation
operation.
startSessionsStatisticsAggregationAsync
in interface AWSDeadlineAsync
public Future<StartSessionsStatisticsAggregationResult> startSessionsStatisticsAggregationAsync(StartSessionsStatisticsAggregationRequest request, AsyncHandler<StartSessionsStatisticsAggregationRequest,StartSessionsStatisticsAggregationResult> asyncHandler)
AWSDeadlineAsync
Starts an asynchronous request for getting aggregated statistics about queues and farms. Get the statistics using
the GetSessionsStatisticsAggregation
operation. Statistics are available for 1 hour after you call
the StartSessionsStatisticsAggregation
operation.
startSessionsStatisticsAggregationAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSDeadlineAsync
Tags a resource using the resource's ARN and desired tags.
tagResourceAsync
in interface AWSDeadlineAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSDeadlineAsync
Tags a resource using the resource's ARN and desired tags.
tagResourceAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSDeadlineAsync
Removes a tag from a resource using the resource's ARN and tag to remove.
untagResourceAsync
in interface AWSDeadlineAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSDeadlineAsync
Removes a tag from a resource using the resource's ARN and tag to remove.
untagResourceAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateBudgetResult> updateBudgetAsync(UpdateBudgetRequest request)
AWSDeadlineAsync
Updates a budget that sets spending thresholds for rendering activity.
updateBudgetAsync
in interface AWSDeadlineAsync
public Future<UpdateBudgetResult> updateBudgetAsync(UpdateBudgetRequest request, AsyncHandler<UpdateBudgetRequest,UpdateBudgetResult> asyncHandler)
AWSDeadlineAsync
Updates a budget that sets spending thresholds for rendering activity.
updateBudgetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFarmResult> updateFarmAsync(UpdateFarmRequest request)
AWSDeadlineAsync
Updates a farm.
updateFarmAsync
in interface AWSDeadlineAsync
public Future<UpdateFarmResult> updateFarmAsync(UpdateFarmRequest request, AsyncHandler<UpdateFarmRequest,UpdateFarmResult> asyncHandler)
AWSDeadlineAsync
Updates a farm.
updateFarmAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFleetResult> updateFleetAsync(UpdateFleetRequest request)
AWSDeadlineAsync
Updates a fleet.
updateFleetAsync
in interface AWSDeadlineAsync
public Future<UpdateFleetResult> updateFleetAsync(UpdateFleetRequest request, AsyncHandler<UpdateFleetRequest,UpdateFleetResult> asyncHandler)
AWSDeadlineAsync
Updates a fleet.
updateFleetAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateJobResult> updateJobAsync(UpdateJobRequest request)
AWSDeadlineAsync
Updates a job.
updateJobAsync
in interface AWSDeadlineAsync
public Future<UpdateJobResult> updateJobAsync(UpdateJobRequest request, AsyncHandler<UpdateJobRequest,UpdateJobResult> asyncHandler)
AWSDeadlineAsync
Updates a job.
updateJobAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateMonitorResult> updateMonitorAsync(UpdateMonitorRequest request)
AWSDeadlineAsync
Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call
UpdateMonitor
.
updateMonitorAsync
in interface AWSDeadlineAsync
public Future<UpdateMonitorResult> updateMonitorAsync(UpdateMonitorRequest request, AsyncHandler<UpdateMonitorRequest,UpdateMonitorResult> asyncHandler)
AWSDeadlineAsync
Modifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call
UpdateMonitor
.
updateMonitorAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQueueResult> updateQueueAsync(UpdateQueueRequest request)
AWSDeadlineAsync
Updates a queue.
updateQueueAsync
in interface AWSDeadlineAsync
public Future<UpdateQueueResult> updateQueueAsync(UpdateQueueRequest request, AsyncHandler<UpdateQueueRequest,UpdateQueueResult> asyncHandler)
AWSDeadlineAsync
Updates a queue.
updateQueueAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQueueEnvironmentResult> updateQueueEnvironmentAsync(UpdateQueueEnvironmentRequest request)
AWSDeadlineAsync
Updates the queue environment.
updateQueueEnvironmentAsync
in interface AWSDeadlineAsync
public Future<UpdateQueueEnvironmentResult> updateQueueEnvironmentAsync(UpdateQueueEnvironmentRequest request, AsyncHandler<UpdateQueueEnvironmentRequest,UpdateQueueEnvironmentResult> asyncHandler)
AWSDeadlineAsync
Updates the queue environment.
updateQueueEnvironmentAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQueueFleetAssociationResult> updateQueueFleetAssociationAsync(UpdateQueueFleetAssociationRequest request)
AWSDeadlineAsync
Updates a queue-fleet association.
updateQueueFleetAssociationAsync
in interface AWSDeadlineAsync
public Future<UpdateQueueFleetAssociationResult> updateQueueFleetAssociationAsync(UpdateQueueFleetAssociationRequest request, AsyncHandler<UpdateQueueFleetAssociationRequest,UpdateQueueFleetAssociationResult> asyncHandler)
AWSDeadlineAsync
Updates a queue-fleet association.
updateQueueFleetAssociationAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSessionResult> updateSessionAsync(UpdateSessionRequest request)
AWSDeadlineAsync
Updates a session.
updateSessionAsync
in interface AWSDeadlineAsync
public Future<UpdateSessionResult> updateSessionAsync(UpdateSessionRequest request, AsyncHandler<UpdateSessionRequest,UpdateSessionResult> asyncHandler)
AWSDeadlineAsync
Updates a session.
updateSessionAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateStepResult> updateStepAsync(UpdateStepRequest request)
AWSDeadlineAsync
Updates a step.
updateStepAsync
in interface AWSDeadlineAsync
public Future<UpdateStepResult> updateStepAsync(UpdateStepRequest request, AsyncHandler<UpdateStepRequest,UpdateStepResult> asyncHandler)
AWSDeadlineAsync
Updates a step.
updateStepAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateStorageProfileResult> updateStorageProfileAsync(UpdateStorageProfileRequest request)
AWSDeadlineAsync
Updates a storage profile.
updateStorageProfileAsync
in interface AWSDeadlineAsync
public Future<UpdateStorageProfileResult> updateStorageProfileAsync(UpdateStorageProfileRequest request, AsyncHandler<UpdateStorageProfileRequest,UpdateStorageProfileResult> asyncHandler)
AWSDeadlineAsync
Updates a storage profile.
updateStorageProfileAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateTaskResult> updateTaskAsync(UpdateTaskRequest request)
AWSDeadlineAsync
Updates a task.
updateTaskAsync
in interface AWSDeadlineAsync
public Future<UpdateTaskResult> updateTaskAsync(UpdateTaskRequest request, AsyncHandler<UpdateTaskRequest,UpdateTaskResult> asyncHandler)
AWSDeadlineAsync
Updates a task.
updateTaskAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateWorkerResult> updateWorkerAsync(UpdateWorkerRequest request)
AWSDeadlineAsync
Updates a worker.
updateWorkerAsync
in interface AWSDeadlineAsync
public Future<UpdateWorkerResult> updateWorkerAsync(UpdateWorkerRequest request, AsyncHandler<UpdateWorkerRequest,UpdateWorkerResult> asyncHandler)
AWSDeadlineAsync
Updates a worker.
updateWorkerAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateWorkerScheduleResult> updateWorkerScheduleAsync(UpdateWorkerScheduleRequest request)
AWSDeadlineAsync
Updates the schedule for a worker.
updateWorkerScheduleAsync
in interface AWSDeadlineAsync
public Future<UpdateWorkerScheduleResult> updateWorkerScheduleAsync(UpdateWorkerScheduleRequest request, AsyncHandler<UpdateWorkerScheduleRequest,UpdateWorkerScheduleResult> asyncHandler)
AWSDeadlineAsync
Updates the schedule for a worker.
updateWorkerScheduleAsync
in interface AWSDeadlineAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.