public class AbstractAWSDeviceFarmAsync extends AbstractAWSDeviceFarm implements AWSDeviceFarmAsync
AWSDeviceFarmAsync. Convenient method
forms pass through to the corresponding overload that takes a request object
and an AsyncHandler, which throws an
UnsupportedOperationException.createDevicePool, createProject, createUpload, deleteDevicePool, deleteProject, deleteRun, deleteUpload, getAccountSettings, getCachedResponseMetadata, getDevice, getDevicePool, getDevicePoolCompatibility, getJob, getProject, getRun, getSuite, getTest, getUpload, listArtifacts, listDevicePools, listDevices, listJobs, listProjects, listRuns, listSamples, listSuites, listTests, listUniqueProblems, listUploads, scheduleRun, setEndpoint, setRegion, shutdown, updateDevicePool, updateProjectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDevicePool, createProject, createUpload, deleteDevicePool, deleteProject, deleteRun, deleteUpload, getAccountSettings, getCachedResponseMetadata, getDevice, getDevicePool, getDevicePoolCompatibility, getJob, getProject, getRun, getSuite, getTest, getUpload, listArtifacts, listDevicePools, listDevices, listJobs, listProjects, listRuns, listSamples, listSuites, listTests, listUniqueProblems, listUploads, scheduleRun, setEndpoint, setRegion, shutdown, updateDevicePool, updateProjectpublic Future<CreateDevicePoolResult> createDevicePoolAsync(CreateDevicePoolRequest request)
AWSDeviceFarmAsyncCreates a device pool.
createDevicePoolAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the create device pool operation.public Future<CreateDevicePoolResult> createDevicePoolAsync(CreateDevicePoolRequest request, AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler)
AWSDeviceFarmAsyncCreates a device pool.
createDevicePoolAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the create device pool operation.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<CreateProjectResult> createProjectAsync(CreateProjectRequest request)
AWSDeviceFarmAsyncCreates a new project.
createProjectAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the create project operation.public Future<CreateProjectResult> createProjectAsync(CreateProjectRequest request, AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
AWSDeviceFarmAsyncCreates a new project.
createProjectAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the create project operation.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<CreateUploadResult> createUploadAsync(CreateUploadRequest request)
AWSDeviceFarmAsyncUploads an app or test scripts.
createUploadAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the create upload operation.public Future<CreateUploadResult> createUploadAsync(CreateUploadRequest request, AsyncHandler<CreateUploadRequest,CreateUploadResult> asyncHandler)
AWSDeviceFarmAsyncUploads an app or test scripts.
createUploadAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the create upload operation.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<DeleteDevicePoolResult> deleteDevicePoolAsync(DeleteDevicePoolRequest request)
AWSDeviceFarmAsyncDeletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
deleteDevicePoolAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the delete device pool operation.public Future<DeleteDevicePoolResult> deleteDevicePoolAsync(DeleteDevicePoolRequest request, AsyncHandler<DeleteDevicePoolRequest,DeleteDevicePoolResult> asyncHandler)
AWSDeviceFarmAsyncDeletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
deleteDevicePoolAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the delete device pool operation.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<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest request)
AWSDeviceFarmAsyncDeletes an AWS Device Farm project, given the project ARN.
Note Deleting this resource does not stop an in-progress run.
deleteProjectAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the delete project operation.public Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest request, AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
AWSDeviceFarmAsyncDeletes an AWS Device Farm project, given the project ARN.
Note Deleting this resource does not stop an in-progress run.
deleteProjectAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the delete project operation.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<DeleteRunResult> deleteRunAsync(DeleteRunRequest request)
AWSDeviceFarmAsyncDeletes the run, given the run ARN.
Note Deleting this resource does not stop an in-progress run.
deleteRunAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the delete run operation.public Future<DeleteRunResult> deleteRunAsync(DeleteRunRequest request, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)
AWSDeviceFarmAsyncDeletes the run, given the run ARN.
Note Deleting this resource does not stop an in-progress run.
deleteRunAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the delete run operation.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<DeleteUploadResult> deleteUploadAsync(DeleteUploadRequest request)
AWSDeviceFarmAsyncDeletes an upload given the upload ARN.
deleteUploadAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the delete upload operation.public Future<DeleteUploadResult> deleteUploadAsync(DeleteUploadRequest request, AsyncHandler<DeleteUploadRequest,DeleteUploadResult> asyncHandler)
AWSDeviceFarmAsyncDeletes an upload given the upload ARN.
deleteUploadAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the delete upload operation.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<GetAccountSettingsResult> getAccountSettingsAsync(GetAccountSettingsRequest request)
AWSDeviceFarmAsyncReturns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.
getAccountSettingsAsync in interface AWSDeviceFarmAsyncpublic Future<GetAccountSettingsResult> getAccountSettingsAsync(GetAccountSettingsRequest request, AsyncHandler<GetAccountSettingsRequest,GetAccountSettingsResult> asyncHandler)
AWSDeviceFarmAsyncReturns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.
getAccountSettingsAsync in interface AWSDeviceFarmAsyncasyncHandler - 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<GetDeviceResult> getDeviceAsync(GetDeviceRequest request)
AWSDeviceFarmAsyncGets information about a unique device type.
getDeviceAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get device request.public Future<GetDeviceResult> getDeviceAsync(GetDeviceRequest request, AsyncHandler<GetDeviceRequest,GetDeviceResult> asyncHandler)
AWSDeviceFarmAsyncGets information about a unique device type.
getDeviceAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get device request.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<GetDevicePoolResult> getDevicePoolAsync(GetDevicePoolRequest request)
AWSDeviceFarmAsyncGets information about a device pool.
getDevicePoolAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get device pool operation.public Future<GetDevicePoolResult> getDevicePoolAsync(GetDevicePoolRequest request, AsyncHandler<GetDevicePoolRequest,GetDevicePoolResult> asyncHandler)
AWSDeviceFarmAsyncGets information about a device pool.
getDevicePoolAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get device pool operation.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<GetDevicePoolCompatibilityResult> getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request)
AWSDeviceFarmAsyncGets information about compatibility with a device pool.
getDevicePoolCompatibilityAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get device pool compatibility
operation.public Future<GetDevicePoolCompatibilityResult> getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest request, AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler)
AWSDeviceFarmAsyncGets information about compatibility with a device pool.
getDevicePoolCompatibilityAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get device pool compatibility
operation.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)
AWSDeviceFarmAsyncGets information about a job.
getJobAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get job operation.public Future<GetJobResult> getJobAsync(GetJobRequest request, AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
AWSDeviceFarmAsyncGets information about a job.
getJobAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get job operation.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<GetProjectResult> getProjectAsync(GetProjectRequest request)
AWSDeviceFarmAsyncGets information about a project.
getProjectAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get project operation.public Future<GetProjectResult> getProjectAsync(GetProjectRequest request, AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler)
AWSDeviceFarmAsyncGets information about a project.
getProjectAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get project operation.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<GetRunResult> getRunAsync(GetRunRequest request)
AWSDeviceFarmAsyncGets information about a run.
getRunAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get run operation.public Future<GetRunResult> getRunAsync(GetRunRequest request, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)
AWSDeviceFarmAsyncGets information about a run.
getRunAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get run operation.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<GetSuiteResult> getSuiteAsync(GetSuiteRequest request)
AWSDeviceFarmAsyncGets information about a suite.
getSuiteAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get suite operation.public Future<GetSuiteResult> getSuiteAsync(GetSuiteRequest request, AsyncHandler<GetSuiteRequest,GetSuiteResult> asyncHandler)
AWSDeviceFarmAsyncGets information about a suite.
getSuiteAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get suite operation.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<GetTestResult> getTestAsync(GetTestRequest request)
AWSDeviceFarmAsyncGets information about a test.
getTestAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get test operation.public Future<GetTestResult> getTestAsync(GetTestRequest request, AsyncHandler<GetTestRequest,GetTestResult> asyncHandler)
AWSDeviceFarmAsyncGets information about a test.
getTestAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get test operation.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<GetUploadResult> getUploadAsync(GetUploadRequest request)
AWSDeviceFarmAsyncGets information about an upload.
getUploadAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get upload operation.public Future<GetUploadResult> getUploadAsync(GetUploadRequest request, AsyncHandler<GetUploadRequest,GetUploadResult> asyncHandler)
AWSDeviceFarmAsyncGets information about an upload.
getUploadAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the get upload operation.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<ListArtifactsResult> listArtifactsAsync(ListArtifactsRequest request)
AWSDeviceFarmAsyncGets information about artifacts.
listArtifactsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list artifacts operation.public Future<ListArtifactsResult> listArtifactsAsync(ListArtifactsRequest request, AsyncHandler<ListArtifactsRequest,ListArtifactsResult> asyncHandler)
AWSDeviceFarmAsyncGets information about artifacts.
listArtifactsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list artifacts operation.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<ListDevicePoolsResult> listDevicePoolsAsync(ListDevicePoolsRequest request)
AWSDeviceFarmAsyncGets information about device pools.
listDevicePoolsAsync in interface AWSDeviceFarmAsyncrequest - Represents the result of a list device pools request.public Future<ListDevicePoolsResult> listDevicePoolsAsync(ListDevicePoolsRequest request, AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler)
AWSDeviceFarmAsyncGets information about device pools.
listDevicePoolsAsync in interface AWSDeviceFarmAsyncrequest - Represents the result of a list device pools request.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<ListDevicesResult> listDevicesAsync(ListDevicesRequest request)
AWSDeviceFarmAsyncGets information about unique device types.
listDevicesAsync in interface AWSDeviceFarmAsyncrequest - Represents the result of a list devices request.public Future<ListDevicesResult> listDevicesAsync(ListDevicesRequest request, AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
AWSDeviceFarmAsyncGets information about unique device types.
listDevicesAsync in interface AWSDeviceFarmAsyncrequest - Represents the result of a list devices request.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)
AWSDeviceFarmAsyncGets information about jobs.
listJobsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list jobs operation.public Future<ListJobsResult> listJobsAsync(ListJobsRequest request, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
AWSDeviceFarmAsyncGets information about jobs.
listJobsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list jobs operation.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<ListProjectsResult> listProjectsAsync(ListProjectsRequest request)
AWSDeviceFarmAsyncGets information about projects.
listProjectsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list projects operation.public Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
AWSDeviceFarmAsyncGets information about projects.
listProjectsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list projects operation.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<ListRunsResult> listRunsAsync(ListRunsRequest request)
AWSDeviceFarmAsyncGets information about runs.
listRunsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list runs operation.public Future<ListRunsResult> listRunsAsync(ListRunsRequest request, AsyncHandler<ListRunsRequest,ListRunsResult> asyncHandler)
AWSDeviceFarmAsyncGets information about runs.
listRunsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list runs operation.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<ListSamplesResult> listSamplesAsync(ListSamplesRequest request)
AWSDeviceFarmAsyncGets information about samples.
listSamplesAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list samples operation.public Future<ListSamplesResult> listSamplesAsync(ListSamplesRequest request, AsyncHandler<ListSamplesRequest,ListSamplesResult> asyncHandler)
AWSDeviceFarmAsyncGets information about samples.
listSamplesAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list samples operation.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<ListSuitesResult> listSuitesAsync(ListSuitesRequest request)
AWSDeviceFarmAsyncGets information about suites.
listSuitesAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list suites operation.public Future<ListSuitesResult> listSuitesAsync(ListSuitesRequest request, AsyncHandler<ListSuitesRequest,ListSuitesResult> asyncHandler)
AWSDeviceFarmAsyncGets information about suites.
listSuitesAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list suites operation.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<ListTestsResult> listTestsAsync(ListTestsRequest request)
AWSDeviceFarmAsyncGets information about tests.
listTestsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list tests operation.public Future<ListTestsResult> listTestsAsync(ListTestsRequest request, AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler)
AWSDeviceFarmAsyncGets information about tests.
listTestsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list tests operation.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<ListUniqueProblemsResult> listUniqueProblemsAsync(ListUniqueProblemsRequest request)
AWSDeviceFarmAsyncGets information about unique problems.
listUniqueProblemsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list unique problems operation.public Future<ListUniqueProblemsResult> listUniqueProblemsAsync(ListUniqueProblemsRequest request, AsyncHandler<ListUniqueProblemsRequest,ListUniqueProblemsResult> asyncHandler)
AWSDeviceFarmAsyncGets information about unique problems.
listUniqueProblemsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list unique problems operation.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<ListUploadsResult> listUploadsAsync(ListUploadsRequest request)
AWSDeviceFarmAsyncGets information about uploads.
listUploadsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list uploads operation.public Future<ListUploadsResult> listUploadsAsync(ListUploadsRequest request, AsyncHandler<ListUploadsRequest,ListUploadsResult> asyncHandler)
AWSDeviceFarmAsyncGets information about uploads.
listUploadsAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the list uploads operation.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<ScheduleRunResult> scheduleRunAsync(ScheduleRunRequest request)
AWSDeviceFarmAsyncSchedules a run.
scheduleRunAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the schedule run operation.public Future<ScheduleRunResult> scheduleRunAsync(ScheduleRunRequest request, AsyncHandler<ScheduleRunRequest,ScheduleRunResult> asyncHandler)
AWSDeviceFarmAsyncSchedules a run.
scheduleRunAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the schedule run operation.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<UpdateDevicePoolResult> updateDevicePoolAsync(UpdateDevicePoolRequest request)
AWSDeviceFarmAsyncModifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).
updateDevicePoolAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the update device pool operation.public Future<UpdateDevicePoolResult> updateDevicePoolAsync(UpdateDevicePoolRequest request, AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler)
AWSDeviceFarmAsyncModifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).
updateDevicePoolAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the update device pool operation.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<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest request)
AWSDeviceFarmAsyncModifies the specified project name, given the project ARN and a new name.
updateProjectAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the update project operation.public Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest request, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
AWSDeviceFarmAsyncModifies the specified project name, given the project ARN and a new name.
updateProjectAsync in interface AWSDeviceFarmAsyncrequest - Represents a request to the update project operation.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.