@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSDeviceFarmAsync extends AWSDeviceFarm
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSDeviceFarmAsync
instead.
Welcome to the AWS Device Farm API documentation, which contains APIs for:
Testing on desktop browsers
Device Farm makes it possible for you to test your web applications on desktop browsers using Selenium. The APIs for
desktop browser testing contain TestGrid
in their names. For more information, see Testing Web Applications on Selenium with Device
Farm.
Testing on real mobile devices
Device Farm makes it possible for you to test apps on physical phones, tablets, and other devices in the cloud. For more information, see the Device Farm Developer Guide.
ENDPOINT_PREFIX
createDevicePool, createInstanceProfile, createNetworkProfile, createProject, createRemoteAccessSession, createTestGridProject, createTestGridUrl, createUpload, createVPCEConfiguration, deleteDevicePool, deleteInstanceProfile, deleteNetworkProfile, deleteProject, deleteRemoteAccessSession, deleteRun, deleteTestGridProject, deleteUpload, deleteVPCEConfiguration, getAccountSettings, getCachedResponseMetadata, getDevice, getDeviceInstance, getDevicePool, getDevicePoolCompatibility, getInstanceProfile, getJob, getNetworkProfile, getOfferingStatus, getProject, getRemoteAccessSession, getRun, getSuite, getTest, getTestGridProject, getTestGridSession, getUpload, getVPCEConfiguration, installToRemoteAccessSession, listArtifacts, listDeviceInstances, listDevicePools, listDevices, listInstanceProfiles, listJobs, listNetworkProfiles, listOfferingPromotions, listOfferings, listOfferingTransactions, listProjects, listRemoteAccessSessions, listRuns, listSamples, listSuites, listTagsForResource, listTestGridProjects, listTestGridSessionActions, listTestGridSessionArtifacts, listTestGridSessions, listTests, listUniqueProblems, listUploads, listVPCEConfigurations, purchaseOffering, renewOffering, scheduleRun, setEndpoint, setRegion, shutdown, stopJob, stopRemoteAccessSession, stopRun, tagResource, untagResource, updateDeviceInstance, updateDevicePool, updateInstanceProfile, updateNetworkProfile, updateProject, updateTestGridProject, updateUpload, updateVPCEConfiguration
Future<CreateDevicePoolResult> createDevicePoolAsync(CreateDevicePoolRequest createDevicePoolRequest)
Creates a device pool.
createDevicePoolRequest
- Represents a request to the create device pool operation.Future<CreateDevicePoolResult> createDevicePoolAsync(CreateDevicePoolRequest createDevicePoolRequest, AsyncHandler<CreateDevicePoolRequest,CreateDevicePoolResult> asyncHandler)
Creates a device pool.
createDevicePoolRequest
- 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.Future<CreateInstanceProfileResult> createInstanceProfileAsync(CreateInstanceProfileRequest createInstanceProfileRequest)
Creates a profile that can be applied to one or more private fleet device instances.
createInstanceProfileRequest
- Future<CreateInstanceProfileResult> createInstanceProfileAsync(CreateInstanceProfileRequest createInstanceProfileRequest, AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler)
Creates a profile that can be applied to one or more private fleet device instances.
createInstanceProfileRequest
- 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.Future<CreateNetworkProfileResult> createNetworkProfileAsync(CreateNetworkProfileRequest createNetworkProfileRequest)
Creates a network profile.
createNetworkProfileRequest
- Future<CreateNetworkProfileResult> createNetworkProfileAsync(CreateNetworkProfileRequest createNetworkProfileRequest, AsyncHandler<CreateNetworkProfileRequest,CreateNetworkProfileResult> asyncHandler)
Creates a network profile.
createNetworkProfileRequest
- 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.Future<CreateProjectResult> createProjectAsync(CreateProjectRequest createProjectRequest)
Creates a project.
createProjectRequest
- Represents a request to the create project operation.Future<CreateProjectResult> createProjectAsync(CreateProjectRequest createProjectRequest, AsyncHandler<CreateProjectRequest,CreateProjectResult> asyncHandler)
Creates a project.
createProjectRequest
- 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.Future<CreateRemoteAccessSessionResult> createRemoteAccessSessionAsync(CreateRemoteAccessSessionRequest createRemoteAccessSessionRequest)
Specifies and starts a remote access session.
createRemoteAccessSessionRequest
- Creates and submits a request to start a remote access session.Future<CreateRemoteAccessSessionResult> createRemoteAccessSessionAsync(CreateRemoteAccessSessionRequest createRemoteAccessSessionRequest, AsyncHandler<CreateRemoteAccessSessionRequest,CreateRemoteAccessSessionResult> asyncHandler)
Specifies and starts a remote access session.
createRemoteAccessSessionRequest
- Creates and submits a request to start a remote access session.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.Future<CreateTestGridProjectResult> createTestGridProjectAsync(CreateTestGridProjectRequest createTestGridProjectRequest)
Creates a Selenium testing project. Projects are used to track TestGridSession instances.
createTestGridProjectRequest
- Future<CreateTestGridProjectResult> createTestGridProjectAsync(CreateTestGridProjectRequest createTestGridProjectRequest, AsyncHandler<CreateTestGridProjectRequest,CreateTestGridProjectResult> asyncHandler)
Creates a Selenium testing project. Projects are used to track TestGridSession instances.
createTestGridProjectRequest
- 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.Future<CreateTestGridUrlResult> createTestGridUrlAsync(CreateTestGridUrlRequest createTestGridUrlRequest)
Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver
constructor.
createTestGridUrlRequest
- Future<CreateTestGridUrlResult> createTestGridUrlAsync(CreateTestGridUrlRequest createTestGridUrlRequest, AsyncHandler<CreateTestGridUrlRequest,CreateTestGridUrlResult> asyncHandler)
Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver
constructor.
createTestGridUrlRequest
- 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.Future<CreateUploadResult> createUploadAsync(CreateUploadRequest createUploadRequest)
Uploads an app or test scripts.
createUploadRequest
- Represents a request to the create upload operation.Future<CreateUploadResult> createUploadAsync(CreateUploadRequest createUploadRequest, AsyncHandler<CreateUploadRequest,CreateUploadResult> asyncHandler)
Uploads an app or test scripts.
createUploadRequest
- 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.Future<CreateVPCEConfigurationResult> createVPCEConfigurationAsync(CreateVPCEConfigurationRequest createVPCEConfigurationRequest)
Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
createVPCEConfigurationRequest
- Future<CreateVPCEConfigurationResult> createVPCEConfigurationAsync(CreateVPCEConfigurationRequest createVPCEConfigurationRequest, AsyncHandler<CreateVPCEConfigurationRequest,CreateVPCEConfigurationResult> asyncHandler)
Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
createVPCEConfigurationRequest
- 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.Future<DeleteDevicePoolResult> deleteDevicePoolAsync(DeleteDevicePoolRequest deleteDevicePoolRequest)
Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
deleteDevicePoolRequest
- Represents a request to the delete device pool operation.Future<DeleteDevicePoolResult> deleteDevicePoolAsync(DeleteDevicePoolRequest deleteDevicePoolRequest, AsyncHandler<DeleteDevicePoolRequest,DeleteDevicePoolResult> asyncHandler)
Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
deleteDevicePoolRequest
- 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.Future<DeleteInstanceProfileResult> deleteInstanceProfileAsync(DeleteInstanceProfileRequest deleteInstanceProfileRequest)
Deletes a profile that can be applied to one or more private device instances.
deleteInstanceProfileRequest
- Future<DeleteInstanceProfileResult> deleteInstanceProfileAsync(DeleteInstanceProfileRequest deleteInstanceProfileRequest, AsyncHandler<DeleteInstanceProfileRequest,DeleteInstanceProfileResult> asyncHandler)
Deletes a profile that can be applied to one or more private device instances.
deleteInstanceProfileRequest
- 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.Future<DeleteNetworkProfileResult> deleteNetworkProfileAsync(DeleteNetworkProfileRequest deleteNetworkProfileRequest)
Deletes a network profile.
deleteNetworkProfileRequest
- Future<DeleteNetworkProfileResult> deleteNetworkProfileAsync(DeleteNetworkProfileRequest deleteNetworkProfileRequest, AsyncHandler<DeleteNetworkProfileRequest,DeleteNetworkProfileResult> asyncHandler)
Deletes a network profile.
deleteNetworkProfileRequest
- 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.Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest deleteProjectRequest)
Deletes an AWS Device Farm project, given the project ARN.
Deleting this resource does not stop an in-progress run.
deleteProjectRequest
- Represents a request to the delete project operation.Future<DeleteProjectResult> deleteProjectAsync(DeleteProjectRequest deleteProjectRequest, AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes an AWS Device Farm project, given the project ARN.
Deleting this resource does not stop an in-progress run.
deleteProjectRequest
- 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.Future<DeleteRemoteAccessSessionResult> deleteRemoteAccessSessionAsync(DeleteRemoteAccessSessionRequest deleteRemoteAccessSessionRequest)
Deletes a completed remote access session and its results.
deleteRemoteAccessSessionRequest
- Represents the request to delete the specified remote access session.Future<DeleteRemoteAccessSessionResult> deleteRemoteAccessSessionAsync(DeleteRemoteAccessSessionRequest deleteRemoteAccessSessionRequest, AsyncHandler<DeleteRemoteAccessSessionRequest,DeleteRemoteAccessSessionResult> asyncHandler)
Deletes a completed remote access session and its results.
deleteRemoteAccessSessionRequest
- Represents the request to delete the specified remote access session.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.Future<DeleteRunResult> deleteRunAsync(DeleteRunRequest deleteRunRequest)
Deletes the run, given the run ARN.
Deleting this resource does not stop an in-progress run.
deleteRunRequest
- Represents a request to the delete run operation.Future<DeleteRunResult> deleteRunAsync(DeleteRunRequest deleteRunRequest, AsyncHandler<DeleteRunRequest,DeleteRunResult> asyncHandler)
Deletes the run, given the run ARN.
Deleting this resource does not stop an in-progress run.
deleteRunRequest
- 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.Future<DeleteTestGridProjectResult> deleteTestGridProjectAsync(DeleteTestGridProjectRequest deleteTestGridProjectRequest)
Deletes a Selenium testing project and all content generated under it.
You cannot undo this operation.
You cannot delete a project if it has active sessions.
deleteTestGridProjectRequest
- Future<DeleteTestGridProjectResult> deleteTestGridProjectAsync(DeleteTestGridProjectRequest deleteTestGridProjectRequest, AsyncHandler<DeleteTestGridProjectRequest,DeleteTestGridProjectResult> asyncHandler)
Deletes a Selenium testing project and all content generated under it.
You cannot undo this operation.
You cannot delete a project if it has active sessions.
deleteTestGridProjectRequest
- 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.Future<DeleteUploadResult> deleteUploadAsync(DeleteUploadRequest deleteUploadRequest)
Deletes an upload given the upload ARN.
deleteUploadRequest
- Represents a request to the delete upload operation.Future<DeleteUploadResult> deleteUploadAsync(DeleteUploadRequest deleteUploadRequest, AsyncHandler<DeleteUploadRequest,DeleteUploadResult> asyncHandler)
Deletes an upload given the upload ARN.
deleteUploadRequest
- 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.Future<DeleteVPCEConfigurationResult> deleteVPCEConfigurationAsync(DeleteVPCEConfigurationRequest deleteVPCEConfigurationRequest)
Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
deleteVPCEConfigurationRequest
- Future<DeleteVPCEConfigurationResult> deleteVPCEConfigurationAsync(DeleteVPCEConfigurationRequest deleteVPCEConfigurationRequest, AsyncHandler<DeleteVPCEConfigurationRequest,DeleteVPCEConfigurationResult> asyncHandler)
Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
deleteVPCEConfigurationRequest
- 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.Future<GetAccountSettingsResult> getAccountSettingsAsync(GetAccountSettingsRequest getAccountSettingsRequest)
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
getAccountSettingsRequest
- Represents the request sent to retrieve the account settings.Future<GetAccountSettingsResult> getAccountSettingsAsync(GetAccountSettingsRequest getAccountSettingsRequest, AsyncHandler<GetAccountSettingsRequest,GetAccountSettingsResult> asyncHandler)
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
getAccountSettingsRequest
- Represents the request sent to retrieve the account settings.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.Future<GetDeviceResult> getDeviceAsync(GetDeviceRequest getDeviceRequest)
Gets information about a unique device type.
getDeviceRequest
- Represents a request to the get device request.Future<GetDeviceResult> getDeviceAsync(GetDeviceRequest getDeviceRequest, AsyncHandler<GetDeviceRequest,GetDeviceResult> asyncHandler)
Gets information about a unique device type.
getDeviceRequest
- 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.Future<GetDeviceInstanceResult> getDeviceInstanceAsync(GetDeviceInstanceRequest getDeviceInstanceRequest)
Returns information about a device instance that belongs to a private device fleet.
getDeviceInstanceRequest
- Future<GetDeviceInstanceResult> getDeviceInstanceAsync(GetDeviceInstanceRequest getDeviceInstanceRequest, AsyncHandler<GetDeviceInstanceRequest,GetDeviceInstanceResult> asyncHandler)
Returns information about a device instance that belongs to a private device fleet.
getDeviceInstanceRequest
- 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.Future<GetDevicePoolResult> getDevicePoolAsync(GetDevicePoolRequest getDevicePoolRequest)
Gets information about a device pool.
getDevicePoolRequest
- Represents a request to the get device pool operation.Future<GetDevicePoolResult> getDevicePoolAsync(GetDevicePoolRequest getDevicePoolRequest, AsyncHandler<GetDevicePoolRequest,GetDevicePoolResult> asyncHandler)
Gets information about a device pool.
getDevicePoolRequest
- 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.Future<GetDevicePoolCompatibilityResult> getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest)
Gets information about compatibility with a device pool.
getDevicePoolCompatibilityRequest
- Represents a request to the get device pool compatibility operation.Future<GetDevicePoolCompatibilityResult> getDevicePoolCompatibilityAsync(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest, AsyncHandler<GetDevicePoolCompatibilityRequest,GetDevicePoolCompatibilityResult> asyncHandler)
Gets information about compatibility with a device pool.
getDevicePoolCompatibilityRequest
- 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.Future<GetInstanceProfileResult> getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest)
Returns information about the specified instance profile.
getInstanceProfileRequest
- Future<GetInstanceProfileResult> getInstanceProfileAsync(GetInstanceProfileRequest getInstanceProfileRequest, AsyncHandler<GetInstanceProfileRequest,GetInstanceProfileResult> asyncHandler)
Returns information about the specified instance profile.
getInstanceProfileRequest
- 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.Future<GetJobResult> getJobAsync(GetJobRequest getJobRequest)
Gets information about a job.
getJobRequest
- Represents a request to the get job operation.Future<GetJobResult> getJobAsync(GetJobRequest getJobRequest, AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
Gets information about a job.
getJobRequest
- 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.Future<GetNetworkProfileResult> getNetworkProfileAsync(GetNetworkProfileRequest getNetworkProfileRequest)
Returns information about a network profile.
getNetworkProfileRequest
- Future<GetNetworkProfileResult> getNetworkProfileAsync(GetNetworkProfileRequest getNetworkProfileRequest, AsyncHandler<GetNetworkProfileRequest,GetNetworkProfileResult> asyncHandler)
Returns information about a network profile.
getNetworkProfileRequest
- 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.Future<GetOfferingStatusResult> getOfferingStatusAsync(GetOfferingStatusRequest getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account. The response indicates
how many offerings are currently available and the offerings that will be available in the next period. The API
returns a NotEligible
error if the user is not permitted to invoke the operation. If you must be
able to invoke this operation, contact [email protected].
getOfferingStatusRequest
- Represents the request to retrieve the offering status for the specified customer or account.Future<GetOfferingStatusResult> getOfferingStatusAsync(GetOfferingStatusRequest getOfferingStatusRequest, AsyncHandler<GetOfferingStatusRequest,GetOfferingStatusResult> asyncHandler)
Gets the current status and future status of all offerings purchased by an AWS account. The response indicates
how many offerings are currently available and the offerings that will be available in the next period. The API
returns a NotEligible
error if the user is not permitted to invoke the operation. If you must be
able to invoke this operation, contact [email protected].
getOfferingStatusRequest
- Represents the request to retrieve the offering status for the specified customer or account.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.Future<GetProjectResult> getProjectAsync(GetProjectRequest getProjectRequest)
Gets information about a project.
getProjectRequest
- Represents a request to the get project operation.Future<GetProjectResult> getProjectAsync(GetProjectRequest getProjectRequest, AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler)
Gets information about a project.
getProjectRequest
- 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.Future<GetRemoteAccessSessionResult> getRemoteAccessSessionAsync(GetRemoteAccessSessionRequest getRemoteAccessSessionRequest)
Returns a link to a currently running remote access session.
getRemoteAccessSessionRequest
- Represents the request to get information about the specified remote access session.Future<GetRemoteAccessSessionResult> getRemoteAccessSessionAsync(GetRemoteAccessSessionRequest getRemoteAccessSessionRequest, AsyncHandler<GetRemoteAccessSessionRequest,GetRemoteAccessSessionResult> asyncHandler)
Returns a link to a currently running remote access session.
getRemoteAccessSessionRequest
- Represents the request to get information about the specified remote access session.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.Future<GetRunResult> getRunAsync(GetRunRequest getRunRequest)
Gets information about a run.
getRunRequest
- Represents a request to the get run operation.Future<GetRunResult> getRunAsync(GetRunRequest getRunRequest, AsyncHandler<GetRunRequest,GetRunResult> asyncHandler)
Gets information about a run.
getRunRequest
- 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.Future<GetSuiteResult> getSuiteAsync(GetSuiteRequest getSuiteRequest)
Gets information about a suite.
getSuiteRequest
- Represents a request to the get suite operation.Future<GetSuiteResult> getSuiteAsync(GetSuiteRequest getSuiteRequest, AsyncHandler<GetSuiteRequest,GetSuiteResult> asyncHandler)
Gets information about a suite.
getSuiteRequest
- 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.Future<GetTestResult> getTestAsync(GetTestRequest getTestRequest)
Gets information about a test.
getTestRequest
- Represents a request to the get test operation.Future<GetTestResult> getTestAsync(GetTestRequest getTestRequest, AsyncHandler<GetTestRequest,GetTestResult> asyncHandler)
Gets information about a test.
getTestRequest
- 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.Future<GetTestGridProjectResult> getTestGridProjectAsync(GetTestGridProjectRequest getTestGridProjectRequest)
Retrieves information about a Selenium testing project.
getTestGridProjectRequest
- Future<GetTestGridProjectResult> getTestGridProjectAsync(GetTestGridProjectRequest getTestGridProjectRequest, AsyncHandler<GetTestGridProjectRequest,GetTestGridProjectResult> asyncHandler)
Retrieves information about a Selenium testing project.
getTestGridProjectRequest
- 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.Future<GetTestGridSessionResult> getTestGridSessionAsync(GetTestGridSessionRequest getTestGridSessionRequest)
A session is an instance of a browser created through a RemoteWebDriver
with the URL from
CreateTestGridUrlResult$url. You can use the following to look up sessions:
The session ARN (GetTestGridSessionRequest$sessionArn).
The project ARN and a session ID (GetTestGridSessionRequest$projectArn and GetTestGridSessionRequest$sessionId).
getTestGridSessionRequest
- Future<GetTestGridSessionResult> getTestGridSessionAsync(GetTestGridSessionRequest getTestGridSessionRequest, AsyncHandler<GetTestGridSessionRequest,GetTestGridSessionResult> asyncHandler)
A session is an instance of a browser created through a RemoteWebDriver
with the URL from
CreateTestGridUrlResult$url. You can use the following to look up sessions:
The session ARN (GetTestGridSessionRequest$sessionArn).
The project ARN and a session ID (GetTestGridSessionRequest$projectArn and GetTestGridSessionRequest$sessionId).
getTestGridSessionRequest
- 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.Future<GetUploadResult> getUploadAsync(GetUploadRequest getUploadRequest)
Gets information about an upload.
getUploadRequest
- Represents a request to the get upload operation.Future<GetUploadResult> getUploadAsync(GetUploadRequest getUploadRequest, AsyncHandler<GetUploadRequest,GetUploadResult> asyncHandler)
Gets information about an upload.
getUploadRequest
- 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.Future<GetVPCEConfigurationResult> getVPCEConfigurationAsync(GetVPCEConfigurationRequest getVPCEConfigurationRequest)
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
getVPCEConfigurationRequest
- Future<GetVPCEConfigurationResult> getVPCEConfigurationAsync(GetVPCEConfigurationRequest getVPCEConfigurationRequest, AsyncHandler<GetVPCEConfigurationRequest,GetVPCEConfigurationResult> asyncHandler)
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
getVPCEConfigurationRequest
- 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.Future<InstallToRemoteAccessSessionResult> installToRemoteAccessSessionAsync(InstallToRemoteAccessSessionRequest installToRemoteAccessSessionRequest)
Installs an application to the device in a remote access session. For Android applications, the file must be in .apk format. For iOS applications, the file must be in .ipa format.
installToRemoteAccessSessionRequest
- Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa
format) as part of a remote access session.Future<InstallToRemoteAccessSessionResult> installToRemoteAccessSessionAsync(InstallToRemoteAccessSessionRequest installToRemoteAccessSessionRequest, AsyncHandler<InstallToRemoteAccessSessionRequest,InstallToRemoteAccessSessionResult> asyncHandler)
Installs an application to the device in a remote access session. For Android applications, the file must be in .apk format. For iOS applications, the file must be in .ipa format.
installToRemoteAccessSessionRequest
- Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa
format) as part of a remote access session.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.Future<ListArtifactsResult> listArtifactsAsync(ListArtifactsRequest listArtifactsRequest)
Gets information about artifacts.
listArtifactsRequest
- Represents a request to the list artifacts operation.Future<ListArtifactsResult> listArtifactsAsync(ListArtifactsRequest listArtifactsRequest, AsyncHandler<ListArtifactsRequest,ListArtifactsResult> asyncHandler)
Gets information about artifacts.
listArtifactsRequest
- 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.Future<ListDeviceInstancesResult> listDeviceInstancesAsync(ListDeviceInstancesRequest listDeviceInstancesRequest)
Returns information about the private device instances associated with one or more AWS accounts.
listDeviceInstancesRequest
- Future<ListDeviceInstancesResult> listDeviceInstancesAsync(ListDeviceInstancesRequest listDeviceInstancesRequest, AsyncHandler<ListDeviceInstancesRequest,ListDeviceInstancesResult> asyncHandler)
Returns information about the private device instances associated with one or more AWS accounts.
listDeviceInstancesRequest
- 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.Future<ListDevicePoolsResult> listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
listDevicePoolsRequest
- Represents the result of a list device pools request.Future<ListDevicePoolsResult> listDevicePoolsAsync(ListDevicePoolsRequest listDevicePoolsRequest, AsyncHandler<ListDevicePoolsRequest,ListDevicePoolsResult> asyncHandler)
Gets information about device pools.
listDevicePoolsRequest
- 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.Future<ListDevicesResult> listDevicesAsync(ListDevicesRequest listDevicesRequest)
Gets information about unique device types.
listDevicesRequest
- Represents the result of a list devices request.Future<ListDevicesResult> listDevicesAsync(ListDevicesRequest listDevicesRequest, AsyncHandler<ListDevicesRequest,ListDevicesResult> asyncHandler)
Gets information about unique device types.
listDevicesRequest
- 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.Future<ListInstanceProfilesResult> listInstanceProfilesAsync(ListInstanceProfilesRequest listInstanceProfilesRequest)
Returns information about all the instance profiles in an AWS account.
listInstanceProfilesRequest
- Future<ListInstanceProfilesResult> listInstanceProfilesAsync(ListInstanceProfilesRequest listInstanceProfilesRequest, AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler)
Returns information about all the instance profiles in an AWS account.
listInstanceProfilesRequest
- 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.Future<ListJobsResult> listJobsAsync(ListJobsRequest listJobsRequest)
Gets information about jobs for a given test run.
listJobsRequest
- Represents a request to the list jobs operation.Future<ListJobsResult> listJobsAsync(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Gets information about jobs for a given test run.
listJobsRequest
- 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.Future<ListNetworkProfilesResult> listNetworkProfilesAsync(ListNetworkProfilesRequest listNetworkProfilesRequest)
Returns the list of available network profiles.
listNetworkProfilesRequest
- Future<ListNetworkProfilesResult> listNetworkProfilesAsync(ListNetworkProfilesRequest listNetworkProfilesRequest, AsyncHandler<ListNetworkProfilesRequest,ListNetworkProfilesResult> asyncHandler)
Returns the list of available network profiles.
listNetworkProfilesRequest
- 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.Future<ListOfferingPromotionsResult> listOfferingPromotionsAsync(ListOfferingPromotionsRequest listOfferingPromotionsRequest)
Returns a list of offering promotions. Each offering promotion record contains the ID and description of the
promotion. The API returns a NotEligible
error if the caller is not permitted to invoke the
operation. Contact [email protected] if
you must be able to invoke this operation.
listOfferingPromotionsRequest
- Future<ListOfferingPromotionsResult> listOfferingPromotionsAsync(ListOfferingPromotionsRequest listOfferingPromotionsRequest, AsyncHandler<ListOfferingPromotionsRequest,ListOfferingPromotionsResult> asyncHandler)
Returns a list of offering promotions. Each offering promotion record contains the ID and description of the
promotion. The API returns a NotEligible
error if the caller is not permitted to invoke the
operation. Contact [email protected] if
you must be able to invoke this operation.
listOfferingPromotionsRequest
- 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.Future<ListOfferingTransactionsResult> listOfferingTransactionsAsync(ListOfferingTransactionsRequest listOfferingTransactionsRequest)
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The
list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a
NotEligible
error if the user is not permitted to invoke the operation. If you must be able to
invoke this operation, contact [email protected].
listOfferingTransactionsRequest
- Represents the request to list the offering transaction history.Future<ListOfferingTransactionsResult> listOfferingTransactionsAsync(ListOfferingTransactionsRequest listOfferingTransactionsRequest, AsyncHandler<ListOfferingTransactionsRequest,ListOfferingTransactionsResult> asyncHandler)
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The
list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a
NotEligible
error if the user is not permitted to invoke the operation. If you must be able to
invoke this operation, contact [email protected].
listOfferingTransactionsRequest
- Represents the request to list the offering transaction history.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.Future<ListOfferingsResult> listOfferingsAsync(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API. Each offering record indicates
the recurring price per unit and the frequency for that offering. The API returns a NotEligible
error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact
[email protected].
listOfferingsRequest
- Represents the request to list all offerings.Future<ListOfferingsResult> listOfferingsAsync(ListOfferingsRequest listOfferingsRequest, AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler)
Returns a list of products or offerings that the user can manage through the API. Each offering record indicates
the recurring price per unit and the frequency for that offering. The API returns a NotEligible
error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact
[email protected].
listOfferingsRequest
- Represents the request to list all offerings.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.Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest listProjectsRequest)
Gets information about projects.
listProjectsRequest
- Represents a request to the list projects operation.Future<ListProjectsResult> listProjectsAsync(ListProjectsRequest listProjectsRequest, AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
Gets information about projects.
listProjectsRequest
- 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.Future<ListRemoteAccessSessionsResult> listRemoteAccessSessionsAsync(ListRemoteAccessSessionsRequest listRemoteAccessSessionsRequest)
Returns a list of all currently running remote access sessions.
listRemoteAccessSessionsRequest
- Represents the request to return information about the remote access session.Future<ListRemoteAccessSessionsResult> listRemoteAccessSessionsAsync(ListRemoteAccessSessionsRequest listRemoteAccessSessionsRequest, AsyncHandler<ListRemoteAccessSessionsRequest,ListRemoteAccessSessionsResult> asyncHandler)
Returns a list of all currently running remote access sessions.
listRemoteAccessSessionsRequest
- Represents the request to return information about the remote access session.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.Future<ListRunsResult> listRunsAsync(ListRunsRequest listRunsRequest)
Gets information about runs, given an AWS Device Farm project ARN.
listRunsRequest
- Represents a request to the list runs operation.Future<ListRunsResult> listRunsAsync(ListRunsRequest listRunsRequest, AsyncHandler<ListRunsRequest,ListRunsResult> asyncHandler)
Gets information about runs, given an AWS Device Farm project ARN.
listRunsRequest
- 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.Future<ListSamplesResult> listSamplesAsync(ListSamplesRequest listSamplesRequest)
Gets information about samples, given an AWS Device Farm job ARN.
listSamplesRequest
- Represents a request to the list samples operation.Future<ListSamplesResult> listSamplesAsync(ListSamplesRequest listSamplesRequest, AsyncHandler<ListSamplesRequest,ListSamplesResult> asyncHandler)
Gets information about samples, given an AWS Device Farm job ARN.
listSamplesRequest
- 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.Future<ListSuitesResult> listSuitesAsync(ListSuitesRequest listSuitesRequest)
Gets information about test suites for a given job.
listSuitesRequest
- Represents a request to the list suites operation.Future<ListSuitesResult> listSuitesAsync(ListSuitesRequest listSuitesRequest, AsyncHandler<ListSuitesRequest,ListSuitesResult> asyncHandler)
Gets information about test suites for a given job.
listSuitesRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for an AWS Device Farm resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
List the tags for an AWS Device Farm resource.
listTagsForResourceRequest
- 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.Future<ListTestGridProjectsResult> listTestGridProjectsAsync(ListTestGridProjectsRequest listTestGridProjectsRequest)
Gets a list of all Selenium testing projects in your account.
listTestGridProjectsRequest
- Future<ListTestGridProjectsResult> listTestGridProjectsAsync(ListTestGridProjectsRequest listTestGridProjectsRequest, AsyncHandler<ListTestGridProjectsRequest,ListTestGridProjectsResult> asyncHandler)
Gets a list of all Selenium testing projects in your account.
listTestGridProjectsRequest
- 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.Future<ListTestGridSessionActionsResult> listTestGridSessionActionsAsync(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
listTestGridSessionActionsRequest
- Future<ListTestGridSessionActionsResult> listTestGridSessionActionsAsync(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest, AsyncHandler<ListTestGridSessionActionsRequest,ListTestGridSessionActionsResult> asyncHandler)
Returns a list of the actions taken in a TestGridSession.
listTestGridSessionActionsRequest
- 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.Future<ListTestGridSessionArtifactsResult> listTestGridSessionArtifactsAsync(ListTestGridSessionArtifactsRequest listTestGridSessionArtifactsRequest)
Retrieves a list of artifacts created during the session.
listTestGridSessionArtifactsRequest
- Future<ListTestGridSessionArtifactsResult> listTestGridSessionArtifactsAsync(ListTestGridSessionArtifactsRequest listTestGridSessionArtifactsRequest, AsyncHandler<ListTestGridSessionArtifactsRequest,ListTestGridSessionArtifactsResult> asyncHandler)
Retrieves a list of artifacts created during the session.
listTestGridSessionArtifactsRequest
- 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.Future<ListTestGridSessionsResult> listTestGridSessionsAsync(ListTestGridSessionsRequest listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
listTestGridSessionsRequest
- Future<ListTestGridSessionsResult> listTestGridSessionsAsync(ListTestGridSessionsRequest listTestGridSessionsRequest, AsyncHandler<ListTestGridSessionsRequest,ListTestGridSessionsResult> asyncHandler)
Retrieves a list of sessions for a TestGridProject.
listTestGridSessionsRequest
- 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.Future<ListTestsResult> listTestsAsync(ListTestsRequest listTestsRequest)
Gets information about tests in a given test suite.
listTestsRequest
- Represents a request to the list tests operation.Future<ListTestsResult> listTestsAsync(ListTestsRequest listTestsRequest, AsyncHandler<ListTestsRequest,ListTestsResult> asyncHandler)
Gets information about tests in a given test suite.
listTestsRequest
- 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.Future<ListUniqueProblemsResult> listUniqueProblemsAsync(ListUniqueProblemsRequest listUniqueProblemsRequest)
Gets information about unique problems, such as exceptions or crashes.
Unique problems are defined as a single instance of an error across a run, job, or suite. For example, if a call
in your application consistently raises an exception (OutOfBoundsException in MyActivity.java:386
),
ListUniqueProblems
returns a single entry instead of many individual entries for that exception.
listUniqueProblemsRequest
- Represents a request to the list unique problems operation.Future<ListUniqueProblemsResult> listUniqueProblemsAsync(ListUniqueProblemsRequest listUniqueProblemsRequest, AsyncHandler<ListUniqueProblemsRequest,ListUniqueProblemsResult> asyncHandler)
Gets information about unique problems, such as exceptions or crashes.
Unique problems are defined as a single instance of an error across a run, job, or suite. For example, if a call
in your application consistently raises an exception (OutOfBoundsException in MyActivity.java:386
),
ListUniqueProblems
returns a single entry instead of many individual entries for that exception.
listUniqueProblemsRequest
- 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.Future<ListUploadsResult> listUploadsAsync(ListUploadsRequest listUploadsRequest)
Gets information about uploads, given an AWS Device Farm project ARN.
listUploadsRequest
- Represents a request to the list uploads operation.Future<ListUploadsResult> listUploadsAsync(ListUploadsRequest listUploadsRequest, AsyncHandler<ListUploadsRequest,ListUploadsResult> asyncHandler)
Gets information about uploads, given an AWS Device Farm project ARN.
listUploadsRequest
- 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.Future<ListVPCEConfigurationsResult> listVPCEConfigurationsAsync(ListVPCEConfigurationsRequest listVPCEConfigurationsRequest)
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
listVPCEConfigurationsRequest
- Future<ListVPCEConfigurationsResult> listVPCEConfigurationsAsync(ListVPCEConfigurationsRequest listVPCEConfigurationsRequest, AsyncHandler<ListVPCEConfigurationsRequest,ListVPCEConfigurationsResult> asyncHandler)
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
listVPCEConfigurationsRequest
- 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.Future<PurchaseOfferingResult> purchaseOfferingAsync(PurchaseOfferingRequest purchaseOfferingRequest)
Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased quantity for
an offering, unless the renewal was overridden. The API returns a NotEligible
error if the user is
not permitted to invoke the operation. If you must be able to invoke this operation, contact [email protected].
purchaseOfferingRequest
- Represents a request for a purchase offering.Future<PurchaseOfferingResult> purchaseOfferingAsync(PurchaseOfferingRequest purchaseOfferingRequest, AsyncHandler<PurchaseOfferingRequest,PurchaseOfferingResult> asyncHandler)
Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased quantity for
an offering, unless the renewal was overridden. The API returns a NotEligible
error if the user is
not permitted to invoke the operation. If you must be able to invoke this operation, contact [email protected].
purchaseOfferingRequest
- Represents a request for a purchase offering.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.Future<RenewOfferingResult> renewOfferingAsync(RenewOfferingRequest renewOfferingRequest)
Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate
of
the next period. The API returns a NotEligible
error if the user is not permitted to invoke the
operation. If you must be able to invoke this operation, contact [email protected].
renewOfferingRequest
- A request that represents an offering renewal.Future<RenewOfferingResult> renewOfferingAsync(RenewOfferingRequest renewOfferingRequest, AsyncHandler<RenewOfferingRequest,RenewOfferingResult> asyncHandler)
Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate
of
the next period. The API returns a NotEligible
error if the user is not permitted to invoke the
operation. If you must be able to invoke this operation, contact [email protected].
renewOfferingRequest
- A request that represents an offering renewal.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.Future<ScheduleRunResult> scheduleRunAsync(ScheduleRunRequest scheduleRunRequest)
Schedules a run.
scheduleRunRequest
- Represents a request to the schedule run operation.Future<ScheduleRunResult> scheduleRunAsync(ScheduleRunRequest scheduleRunRequest, AsyncHandler<ScheduleRunRequest,ScheduleRunResult> asyncHandler)
Schedules a run.
scheduleRunRequest
- 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.Future<StopJobResult> stopJobAsync(StopJobRequest stopJobRequest)
Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device where tests have not started. You are not billed for this device. On the device where tests have started, setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown, and any tests that were in progress or already completed.
stopJobRequest
- Future<StopJobResult> stopJobAsync(StopJobRequest stopJobRequest, AsyncHandler<StopJobRequest,StopJobResult> asyncHandler)
Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device where tests have not started. You are not billed for this device. On the device where tests have started, setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown, and any tests that were in progress or already completed.
stopJobRequest
- 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.Future<StopRemoteAccessSessionResult> stopRemoteAccessSessionAsync(StopRemoteAccessSessionRequest stopRemoteAccessSessionRequest)
Ends a specified remote access session.
stopRemoteAccessSessionRequest
- Represents the request to stop the remote access session.Future<StopRemoteAccessSessionResult> stopRemoteAccessSessionAsync(StopRemoteAccessSessionRequest stopRemoteAccessSessionRequest, AsyncHandler<StopRemoteAccessSessionRequest,StopRemoteAccessSessionResult> asyncHandler)
Ends a specified remote access session.
stopRemoteAccessSessionRequest
- Represents the request to stop the remote access session.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.Future<StopRunResult> stopRunAsync(StopRunRequest stopRunRequest)
Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices where tests have not started. You are not billed for these devices. On devices where tests have started executing, setup suite and teardown suite tests run to completion on those devices. You are billed for setup, teardown, and any tests that were in progress or already completed.
stopRunRequest
- Represents the request to stop a specific run.Future<StopRunResult> stopRunAsync(StopRunRequest stopRunRequest, AsyncHandler<StopRunRequest,StopRunResult> asyncHandler)
Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices where tests have not started. You are not billed for these devices. On devices where tests have started executing, setup suite and teardown suite tests run to completion on those devices. You are billed for setup, teardown, and any tests that were in progress or already completed.
stopRunRequest
- Represents the request to stop a specific run.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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified resourceArn
. If existing tags on a
resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags
associated with that resource are also deleted.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Associates the specified tags to a resource with the specified resourceArn
. If existing tags on a
resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags
associated with that resource are also deleted.
tagResourceRequest
- 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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Deletes the specified tags from a resource.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Deletes the specified tags from a resource.
untagResourceRequest
- 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.Future<UpdateDeviceInstanceResult> updateDeviceInstanceAsync(UpdateDeviceInstanceRequest updateDeviceInstanceRequest)
Updates information about a private device instance.
updateDeviceInstanceRequest
- Future<UpdateDeviceInstanceResult> updateDeviceInstanceAsync(UpdateDeviceInstanceRequest updateDeviceInstanceRequest, AsyncHandler<UpdateDeviceInstanceRequest,UpdateDeviceInstanceResult> asyncHandler)
Updates information about a private device instance.
updateDeviceInstanceRequest
- 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.Future<UpdateDevicePoolResult> updateDevicePoolAsync(UpdateDevicePoolRequest updateDevicePoolRequest)
Modifies 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).
updateDevicePoolRequest
- Represents a request to the update device pool operation.Future<UpdateDevicePoolResult> updateDevicePoolAsync(UpdateDevicePoolRequest updateDevicePoolRequest, AsyncHandler<UpdateDevicePoolRequest,UpdateDevicePoolResult> asyncHandler)
Modifies 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).
updateDevicePoolRequest
- 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.Future<UpdateInstanceProfileResult> updateInstanceProfileAsync(UpdateInstanceProfileRequest updateInstanceProfileRequest)
Updates information about an existing private device instance profile.
updateInstanceProfileRequest
- Future<UpdateInstanceProfileResult> updateInstanceProfileAsync(UpdateInstanceProfileRequest updateInstanceProfileRequest, AsyncHandler<UpdateInstanceProfileRequest,UpdateInstanceProfileResult> asyncHandler)
Updates information about an existing private device instance profile.
updateInstanceProfileRequest
- 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.Future<UpdateNetworkProfileResult> updateNetworkProfileAsync(UpdateNetworkProfileRequest updateNetworkProfileRequest)
Updates the network profile.
updateNetworkProfileRequest
- Future<UpdateNetworkProfileResult> updateNetworkProfileAsync(UpdateNetworkProfileRequest updateNetworkProfileRequest, AsyncHandler<UpdateNetworkProfileRequest,UpdateNetworkProfileResult> asyncHandler)
Updates the network profile.
updateNetworkProfileRequest
- 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.Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.
updateProjectRequest
- Represents a request to the update project operation.Future<UpdateProjectResult> updateProjectAsync(UpdateProjectRequest updateProjectRequest, AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Modifies the specified project name, given the project ARN and a new name.
updateProjectRequest
- 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.Future<UpdateTestGridProjectResult> updateTestGridProjectAsync(UpdateTestGridProjectRequest updateTestGridProjectRequest)
Change details of a project.
updateTestGridProjectRequest
- Future<UpdateTestGridProjectResult> updateTestGridProjectAsync(UpdateTestGridProjectRequest updateTestGridProjectRequest, AsyncHandler<UpdateTestGridProjectRequest,UpdateTestGridProjectResult> asyncHandler)
Change details of a project.
updateTestGridProjectRequest
- 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.Future<UpdateUploadResult> updateUploadAsync(UpdateUploadRequest updateUploadRequest)
Updates an uploaded test spec.
updateUploadRequest
- Future<UpdateUploadResult> updateUploadAsync(UpdateUploadRequest updateUploadRequest, AsyncHandler<UpdateUploadRequest,UpdateUploadResult> asyncHandler)
Updates an uploaded test spec.
updateUploadRequest
- 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.Future<UpdateVPCEConfigurationResult> updateVPCEConfigurationAsync(UpdateVPCEConfigurationRequest updateVPCEConfigurationRequest)
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
updateVPCEConfigurationRequest
- Future<UpdateVPCEConfigurationResult> updateVPCEConfigurationAsync(UpdateVPCEConfigurationRequest updateVPCEConfigurationRequest, AsyncHandler<UpdateVPCEConfigurationRequest,UpdateVPCEConfigurationResult> asyncHandler)
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
updateVPCEConfigurationRequest
- 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 © 2023. All rights reserved.