| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| Modifier and Type | Method and Description |
|---|---|
default CreateDevicePoolResponse |
DeviceFarmClient.createDevicePool(Consumer<CreateDevicePoolRequest.Builder> createDevicePoolRequest)
Creates a device pool.
|
default CreateDevicePoolResponse |
DeviceFarmClient.createDevicePool(CreateDevicePoolRequest createDevicePoolRequest)
Creates a device pool.
|
default CreateInstanceProfileResponse |
DeviceFarmClient.createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)
Creates a profile that can be applied to one or more private fleet device instances.
|
default CreateInstanceProfileResponse |
DeviceFarmClient.createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest)
Creates a profile that can be applied to one or more private fleet device instances.
|
default CreateNetworkProfileResponse |
DeviceFarmClient.createNetworkProfile(Consumer<CreateNetworkProfileRequest.Builder> createNetworkProfileRequest)
Creates a network profile.
|
default CreateNetworkProfileResponse |
DeviceFarmClient.createNetworkProfile(CreateNetworkProfileRequest createNetworkProfileRequest)
Creates a network profile.
|
default CreateProjectResponse |
DeviceFarmClient.createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)
Creates a project.
|
default CreateProjectResponse |
DeviceFarmClient.createProject(CreateProjectRequest createProjectRequest)
Creates a project.
|
default CreateRemoteAccessSessionResponse |
DeviceFarmClient.createRemoteAccessSession(Consumer<CreateRemoteAccessSessionRequest.Builder> createRemoteAccessSessionRequest)
Specifies and starts a remote access session.
|
default CreateRemoteAccessSessionResponse |
DeviceFarmClient.createRemoteAccessSession(CreateRemoteAccessSessionRequest createRemoteAccessSessionRequest)
Specifies and starts a remote access session.
|
default CreateTestGridProjectResponse |
DeviceFarmClient.createTestGridProject(Consumer<CreateTestGridProjectRequest.Builder> createTestGridProjectRequest)
Creates a Selenium testing project.
|
default CreateTestGridProjectResponse |
DeviceFarmClient.createTestGridProject(CreateTestGridProjectRequest createTestGridProjectRequest)
Creates a Selenium testing project.
|
default CreateTestGridUrlResponse |
DeviceFarmClient.createTestGridUrl(Consumer<CreateTestGridUrlRequest.Builder> createTestGridUrlRequest)
Creates a signed, short-term URL that can be passed to a Selenium
RemoteWebDriver constructor. |
default CreateTestGridUrlResponse |
DeviceFarmClient.createTestGridUrl(CreateTestGridUrlRequest createTestGridUrlRequest)
Creates a signed, short-term URL that can be passed to a Selenium
RemoteWebDriver constructor. |
default CreateUploadResponse |
DeviceFarmClient.createUpload(Consumer<CreateUploadRequest.Builder> createUploadRequest)
Uploads an app or test scripts.
|
default CreateUploadResponse |
DeviceFarmClient.createUpload(CreateUploadRequest createUploadRequest)
Uploads an app or test scripts.
|
default CreateVpceConfigurationResponse |
DeviceFarmClient.createVPCEConfiguration(Consumer<CreateVpceConfigurationRequest.Builder> createVpceConfigurationRequest)
Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
|
default CreateVpceConfigurationResponse |
DeviceFarmClient.createVPCEConfiguration(CreateVpceConfigurationRequest createVpceConfigurationRequest)
Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
|
default DeleteDevicePoolResponse |
DeviceFarmClient.deleteDevicePool(Consumer<DeleteDevicePoolRequest.Builder> deleteDevicePoolRequest)
Deletes a device pool given the pool ARN.
|
default DeleteDevicePoolResponse |
DeviceFarmClient.deleteDevicePool(DeleteDevicePoolRequest deleteDevicePoolRequest)
Deletes a device pool given the pool ARN.
|
default DeleteInstanceProfileResponse |
DeviceFarmClient.deleteInstanceProfile(Consumer<DeleteInstanceProfileRequest.Builder> deleteInstanceProfileRequest)
Deletes a profile that can be applied to one or more private device instances.
|
default DeleteInstanceProfileResponse |
DeviceFarmClient.deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)
Deletes a profile that can be applied to one or more private device instances.
|
default DeleteNetworkProfileResponse |
DeviceFarmClient.deleteNetworkProfile(Consumer<DeleteNetworkProfileRequest.Builder> deleteNetworkProfileRequest)
Deletes a network profile.
|
default DeleteNetworkProfileResponse |
DeviceFarmClient.deleteNetworkProfile(DeleteNetworkProfileRequest deleteNetworkProfileRequest)
Deletes a network profile.
|
default DeleteProjectResponse |
DeviceFarmClient.deleteProject(Consumer<DeleteProjectRequest.Builder> deleteProjectRequest)
Deletes an AWS Device Farm project, given the project ARN.
|
default DeleteProjectResponse |
DeviceFarmClient.deleteProject(DeleteProjectRequest deleteProjectRequest)
Deletes an AWS Device Farm project, given the project ARN.
|
default DeleteRemoteAccessSessionResponse |
DeviceFarmClient.deleteRemoteAccessSession(Consumer<DeleteRemoteAccessSessionRequest.Builder> deleteRemoteAccessSessionRequest)
Deletes a completed remote access session and its results.
|
default DeleteRemoteAccessSessionResponse |
DeviceFarmClient.deleteRemoteAccessSession(DeleteRemoteAccessSessionRequest deleteRemoteAccessSessionRequest)
Deletes a completed remote access session and its results.
|
default DeleteRunResponse |
DeviceFarmClient.deleteRun(Consumer<DeleteRunRequest.Builder> deleteRunRequest)
Deletes the run, given the run ARN.
|
default DeleteRunResponse |
DeviceFarmClient.deleteRun(DeleteRunRequest deleteRunRequest)
Deletes the run, given the run ARN.
|
default DeleteTestGridProjectResponse |
DeviceFarmClient.deleteTestGridProject(Consumer<DeleteTestGridProjectRequest.Builder> deleteTestGridProjectRequest)
Deletes a Selenium testing project and all content generated under it.
|
default DeleteTestGridProjectResponse |
DeviceFarmClient.deleteTestGridProject(DeleteTestGridProjectRequest deleteTestGridProjectRequest)
Deletes a Selenium testing project and all content generated under it.
|
default DeleteUploadResponse |
DeviceFarmClient.deleteUpload(Consumer<DeleteUploadRequest.Builder> deleteUploadRequest)
Deletes an upload given the upload ARN.
|
default DeleteUploadResponse |
DeviceFarmClient.deleteUpload(DeleteUploadRequest deleteUploadRequest)
Deletes an upload given the upload ARN.
|
default DeleteVpceConfigurationResponse |
DeviceFarmClient.deleteVPCEConfiguration(Consumer<DeleteVpceConfigurationRequest.Builder> deleteVpceConfigurationRequest)
Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
|
default DeleteVpceConfigurationResponse |
DeviceFarmClient.deleteVPCEConfiguration(DeleteVpceConfigurationRequest deleteVpceConfigurationRequest)
Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
|
default GetAccountSettingsResponse |
DeviceFarmClient.getAccountSettings()
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
|
default GetAccountSettingsResponse |
DeviceFarmClient.getAccountSettings(Consumer<GetAccountSettingsRequest.Builder> getAccountSettingsRequest)
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
|
default GetAccountSettingsResponse |
DeviceFarmClient.getAccountSettings(GetAccountSettingsRequest getAccountSettingsRequest)
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
|
default GetDeviceResponse |
DeviceFarmClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)
Gets information about a unique device type.
|
default GetDeviceResponse |
DeviceFarmClient.getDevice(GetDeviceRequest getDeviceRequest)
Gets information about a unique device type.
|
default GetDeviceInstanceResponse |
DeviceFarmClient.getDeviceInstance(Consumer<GetDeviceInstanceRequest.Builder> getDeviceInstanceRequest)
Returns information about a device instance that belongs to a private device fleet.
|
default GetDeviceInstanceResponse |
DeviceFarmClient.getDeviceInstance(GetDeviceInstanceRequest getDeviceInstanceRequest)
Returns information about a device instance that belongs to a private device fleet.
|
default GetDevicePoolResponse |
DeviceFarmClient.getDevicePool(Consumer<GetDevicePoolRequest.Builder> getDevicePoolRequest)
Gets information about a device pool.
|
default GetDevicePoolResponse |
DeviceFarmClient.getDevicePool(GetDevicePoolRequest getDevicePoolRequest)
Gets information about a device pool.
|
default GetDevicePoolCompatibilityResponse |
DeviceFarmClient.getDevicePoolCompatibility(Consumer<GetDevicePoolCompatibilityRequest.Builder> getDevicePoolCompatibilityRequest)
Gets information about compatibility with a device pool.
|
default GetDevicePoolCompatibilityResponse |
DeviceFarmClient.getDevicePoolCompatibility(GetDevicePoolCompatibilityRequest getDevicePoolCompatibilityRequest)
Gets information about compatibility with a device pool.
|
default GetInstanceProfileResponse |
DeviceFarmClient.getInstanceProfile(Consumer<GetInstanceProfileRequest.Builder> getInstanceProfileRequest)
Returns information about the specified instance profile.
|
default GetInstanceProfileResponse |
DeviceFarmClient.getInstanceProfile(GetInstanceProfileRequest getInstanceProfileRequest)
Returns information about the specified instance profile.
|
default GetJobResponse |
DeviceFarmClient.getJob(Consumer<GetJobRequest.Builder> getJobRequest)
Gets information about a job.
|
default GetJobResponse |
DeviceFarmClient.getJob(GetJobRequest getJobRequest)
Gets information about a job.
|
default GetNetworkProfileResponse |
DeviceFarmClient.getNetworkProfile(Consumer<GetNetworkProfileRequest.Builder> getNetworkProfileRequest)
Returns information about a network profile.
|
default GetNetworkProfileResponse |
DeviceFarmClient.getNetworkProfile(GetNetworkProfileRequest getNetworkProfileRequest)
Returns information about a network profile.
|
default GetOfferingStatusResponse |
DeviceFarmClient.getOfferingStatus()
Gets the current status and future status of all offerings purchased by an AWS account.
|
default GetOfferingStatusResponse |
DeviceFarmClient.getOfferingStatus(Consumer<GetOfferingStatusRequest.Builder> getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account.
|
default GetOfferingStatusResponse |
DeviceFarmClient.getOfferingStatus(GetOfferingStatusRequest getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account.
|
default GetOfferingStatusIterable |
DeviceFarmClient.getOfferingStatusPaginator()
Gets the current status and future status of all offerings purchased by an AWS account.
|
default GetOfferingStatusIterable |
DeviceFarmClient.getOfferingStatusPaginator(Consumer<GetOfferingStatusRequest.Builder> getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account.
|
default GetOfferingStatusIterable |
DeviceFarmClient.getOfferingStatusPaginator(GetOfferingStatusRequest getOfferingStatusRequest)
Gets the current status and future status of all offerings purchased by an AWS account.
|
default GetProjectResponse |
DeviceFarmClient.getProject(Consumer<GetProjectRequest.Builder> getProjectRequest)
Gets information about a project.
|
default GetProjectResponse |
DeviceFarmClient.getProject(GetProjectRequest getProjectRequest)
Gets information about a project.
|
default GetRemoteAccessSessionResponse |
DeviceFarmClient.getRemoteAccessSession(Consumer<GetRemoteAccessSessionRequest.Builder> getRemoteAccessSessionRequest)
Returns a link to a currently running remote access session.
|
default GetRemoteAccessSessionResponse |
DeviceFarmClient.getRemoteAccessSession(GetRemoteAccessSessionRequest getRemoteAccessSessionRequest)
Returns a link to a currently running remote access session.
|
default GetRunResponse |
DeviceFarmClient.getRun(Consumer<GetRunRequest.Builder> getRunRequest)
Gets information about a run.
|
default GetRunResponse |
DeviceFarmClient.getRun(GetRunRequest getRunRequest)
Gets information about a run.
|
default GetSuiteResponse |
DeviceFarmClient.getSuite(Consumer<GetSuiteRequest.Builder> getSuiteRequest)
Gets information about a suite.
|
default GetSuiteResponse |
DeviceFarmClient.getSuite(GetSuiteRequest getSuiteRequest)
Gets information about a suite.
|
default GetTestResponse |
DeviceFarmClient.getTest(Consumer<GetTestRequest.Builder> getTestRequest)
Gets information about a test.
|
default GetTestResponse |
DeviceFarmClient.getTest(GetTestRequest getTestRequest)
Gets information about a test.
|
default GetTestGridProjectResponse |
DeviceFarmClient.getTestGridProject(Consumer<GetTestGridProjectRequest.Builder> getTestGridProjectRequest)
Retrieves information about a Selenium testing project.
|
default GetTestGridProjectResponse |
DeviceFarmClient.getTestGridProject(GetTestGridProjectRequest getTestGridProjectRequest)
Retrieves information about a Selenium testing project.
|
default GetTestGridSessionResponse |
DeviceFarmClient.getTestGridSession(Consumer<GetTestGridSessionRequest.Builder> getTestGridSessionRequest)
A session is an instance of a browser created through a
RemoteWebDriver with the URL from
CreateTestGridUrlResult$url. |
default GetTestGridSessionResponse |
DeviceFarmClient.getTestGridSession(GetTestGridSessionRequest getTestGridSessionRequest)
A session is an instance of a browser created through a
RemoteWebDriver with the URL from
CreateTestGridUrlResult$url. |
default GetUploadResponse |
DeviceFarmClient.getUpload(Consumer<GetUploadRequest.Builder> getUploadRequest)
Gets information about an upload.
|
default GetUploadResponse |
DeviceFarmClient.getUpload(GetUploadRequest getUploadRequest)
Gets information about an upload.
|
default GetVpceConfigurationResponse |
DeviceFarmClient.getVPCEConfiguration(Consumer<GetVpceConfigurationRequest.Builder> getVpceConfigurationRequest)
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
|
default GetVpceConfigurationResponse |
DeviceFarmClient.getVPCEConfiguration(GetVpceConfigurationRequest getVpceConfigurationRequest)
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
|
default InstallToRemoteAccessSessionResponse |
DeviceFarmClient.installToRemoteAccessSession(Consumer<InstallToRemoteAccessSessionRequest.Builder> installToRemoteAccessSessionRequest)
Installs an application to the device in a remote access session.
|
default InstallToRemoteAccessSessionResponse |
DeviceFarmClient.installToRemoteAccessSession(InstallToRemoteAccessSessionRequest installToRemoteAccessSessionRequest)
Installs an application to the device in a remote access session.
|
default ListArtifactsResponse |
DeviceFarmClient.listArtifacts(Consumer<ListArtifactsRequest.Builder> listArtifactsRequest)
Gets information about artifacts.
|
default ListArtifactsResponse |
DeviceFarmClient.listArtifacts(ListArtifactsRequest listArtifactsRequest)
Gets information about artifacts.
|
default ListArtifactsIterable |
DeviceFarmClient.listArtifactsPaginator(Consumer<ListArtifactsRequest.Builder> listArtifactsRequest)
Gets information about artifacts.
|
default ListArtifactsIterable |
DeviceFarmClient.listArtifactsPaginator(ListArtifactsRequest listArtifactsRequest)
Gets information about artifacts.
|
default ListDeviceInstancesResponse |
DeviceFarmClient.listDeviceInstances()
Returns information about the private device instances associated with one or more AWS accounts.
|
default ListDeviceInstancesResponse |
DeviceFarmClient.listDeviceInstances(Consumer<ListDeviceInstancesRequest.Builder> listDeviceInstancesRequest)
Returns information about the private device instances associated with one or more AWS accounts.
|
default ListDeviceInstancesResponse |
DeviceFarmClient.listDeviceInstances(ListDeviceInstancesRequest listDeviceInstancesRequest)
Returns information about the private device instances associated with one or more AWS accounts.
|
default ListDevicePoolsResponse |
DeviceFarmClient.listDevicePools(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)
Gets information about device pools.
|
default ListDevicePoolsResponse |
DeviceFarmClient.listDevicePools(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
default ListDevicePoolsIterable |
DeviceFarmClient.listDevicePoolsPaginator(Consumer<ListDevicePoolsRequest.Builder> listDevicePoolsRequest)
Gets information about device pools.
|
default ListDevicePoolsIterable |
DeviceFarmClient.listDevicePoolsPaginator(ListDevicePoolsRequest listDevicePoolsRequest)
Gets information about device pools.
|
default ListDevicesResponse |
DeviceFarmClient.listDevices()
Gets information about unique device types.
|
default ListDevicesResponse |
DeviceFarmClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Gets information about unique device types.
|
default ListDevicesResponse |
DeviceFarmClient.listDevices(ListDevicesRequest listDevicesRequest)
Gets information about unique device types.
|
default ListDevicesIterable |
DeviceFarmClient.listDevicesPaginator()
Gets information about unique device types.
|
default ListDevicesIterable |
DeviceFarmClient.listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)
Gets information about unique device types.
|
default ListDevicesIterable |
DeviceFarmClient.listDevicesPaginator(ListDevicesRequest listDevicesRequest)
Gets information about unique device types.
|
default ListInstanceProfilesResponse |
DeviceFarmClient.listInstanceProfiles()
Returns information about all the instance profiles in an AWS account.
|
default ListInstanceProfilesResponse |
DeviceFarmClient.listInstanceProfiles(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)
Returns information about all the instance profiles in an AWS account.
|
default ListInstanceProfilesResponse |
DeviceFarmClient.listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)
Returns information about all the instance profiles in an AWS account.
|
default ListJobsResponse |
DeviceFarmClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
Gets information about jobs for a given test run.
|
default ListJobsResponse |
DeviceFarmClient.listJobs(ListJobsRequest listJobsRequest)
Gets information about jobs for a given test run.
|
default ListJobsIterable |
DeviceFarmClient.listJobsPaginator(Consumer<ListJobsRequest.Builder> listJobsRequest)
Gets information about jobs for a given test run.
|
default ListJobsIterable |
DeviceFarmClient.listJobsPaginator(ListJobsRequest listJobsRequest)
Gets information about jobs for a given test run.
|
default ListNetworkProfilesResponse |
DeviceFarmClient.listNetworkProfiles(Consumer<ListNetworkProfilesRequest.Builder> listNetworkProfilesRequest)
Returns the list of available network profiles.
|
default ListNetworkProfilesResponse |
DeviceFarmClient.listNetworkProfiles(ListNetworkProfilesRequest listNetworkProfilesRequest)
Returns the list of available network profiles.
|
default ListOfferingPromotionsResponse |
DeviceFarmClient.listOfferingPromotions()
Returns a list of offering promotions.
|
default ListOfferingPromotionsResponse |
DeviceFarmClient.listOfferingPromotions(Consumer<ListOfferingPromotionsRequest.Builder> listOfferingPromotionsRequest)
Returns a list of offering promotions.
|
default ListOfferingPromotionsResponse |
DeviceFarmClient.listOfferingPromotions(ListOfferingPromotionsRequest listOfferingPromotionsRequest)
Returns a list of offering promotions.
|
default ListOfferingsResponse |
DeviceFarmClient.listOfferings()
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsResponse |
DeviceFarmClient.listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsResponse |
DeviceFarmClient.listOfferings(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsIterable |
DeviceFarmClient.listOfferingsPaginator()
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsIterable |
DeviceFarmClient.listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingsIterable |
DeviceFarmClient.listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)
Returns a list of products or offerings that the user can manage through the API.
|
default ListOfferingTransactionsResponse |
DeviceFarmClient.listOfferingTransactions()
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account.
|
default ListOfferingTransactionsResponse |
DeviceFarmClient.listOfferingTransactions(Consumer<ListOfferingTransactionsRequest.Builder> listOfferingTransactionsRequest)
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account.
|
default ListOfferingTransactionsResponse |
DeviceFarmClient.listOfferingTransactions(ListOfferingTransactionsRequest listOfferingTransactionsRequest)
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account.
|
default ListOfferingTransactionsIterable |
DeviceFarmClient.listOfferingTransactionsPaginator()
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account.
|
default ListOfferingTransactionsIterable |
DeviceFarmClient.listOfferingTransactionsPaginator(Consumer<ListOfferingTransactionsRequest.Builder> listOfferingTransactionsRequest)
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account.
|
default ListOfferingTransactionsIterable |
DeviceFarmClient.listOfferingTransactionsPaginator(ListOfferingTransactionsRequest listOfferingTransactionsRequest)
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account.
|
default ListProjectsResponse |
DeviceFarmClient.listProjects()
Gets information about projects.
|
default ListProjectsResponse |
DeviceFarmClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets information about projects.
|
default ListProjectsResponse |
DeviceFarmClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets information about projects.
|
default ListProjectsIterable |
DeviceFarmClient.listProjectsPaginator()
Gets information about projects.
|
default ListProjectsIterable |
DeviceFarmClient.listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets information about projects.
|
default ListProjectsIterable |
DeviceFarmClient.listProjectsPaginator(ListProjectsRequest listProjectsRequest)
Gets information about projects.
|
default ListRemoteAccessSessionsResponse |
DeviceFarmClient.listRemoteAccessSessions(Consumer<ListRemoteAccessSessionsRequest.Builder> listRemoteAccessSessionsRequest)
Returns a list of all currently running remote access sessions.
|
default ListRemoteAccessSessionsResponse |
DeviceFarmClient.listRemoteAccessSessions(ListRemoteAccessSessionsRequest listRemoteAccessSessionsRequest)
Returns a list of all currently running remote access sessions.
|
default ListRunsResponse |
DeviceFarmClient.listRuns(Consumer<ListRunsRequest.Builder> listRunsRequest)
Gets information about runs, given an AWS Device Farm project ARN.
|
default ListRunsResponse |
DeviceFarmClient.listRuns(ListRunsRequest listRunsRequest)
Gets information about runs, given an AWS Device Farm project ARN.
|
default ListRunsIterable |
DeviceFarmClient.listRunsPaginator(Consumer<ListRunsRequest.Builder> listRunsRequest)
Gets information about runs, given an AWS Device Farm project ARN.
|
default ListRunsIterable |
DeviceFarmClient.listRunsPaginator(ListRunsRequest listRunsRequest)
Gets information about runs, given an AWS Device Farm project ARN.
|
default ListSamplesResponse |
DeviceFarmClient.listSamples(Consumer<ListSamplesRequest.Builder> listSamplesRequest)
Gets information about samples, given an AWS Device Farm job ARN.
|
default ListSamplesResponse |
DeviceFarmClient.listSamples(ListSamplesRequest listSamplesRequest)
Gets information about samples, given an AWS Device Farm job ARN.
|
default ListSamplesIterable |
DeviceFarmClient.listSamplesPaginator(Consumer<ListSamplesRequest.Builder> listSamplesRequest)
Gets information about samples, given an AWS Device Farm job ARN.
|
default ListSamplesIterable |
DeviceFarmClient.listSamplesPaginator(ListSamplesRequest listSamplesRequest)
Gets information about samples, given an AWS Device Farm job ARN.
|
default ListSuitesResponse |
DeviceFarmClient.listSuites(Consumer<ListSuitesRequest.Builder> listSuitesRequest)
Gets information about test suites for a given job.
|
default ListSuitesResponse |
DeviceFarmClient.listSuites(ListSuitesRequest listSuitesRequest)
Gets information about test suites for a given job.
|
default ListSuitesIterable |
DeviceFarmClient.listSuitesPaginator(Consumer<ListSuitesRequest.Builder> listSuitesRequest)
Gets information about test suites for a given job.
|
default ListSuitesIterable |
DeviceFarmClient.listSuitesPaginator(ListSuitesRequest listSuitesRequest)
Gets information about test suites for a given job.
|
default ListTagsForResourceResponse |
DeviceFarmClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List the tags for an AWS Device Farm resource.
|
default ListTagsForResourceResponse |
DeviceFarmClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for an AWS Device Farm resource.
|
default ListTestGridProjectsResponse |
DeviceFarmClient.listTestGridProjects(Consumer<ListTestGridProjectsRequest.Builder> listTestGridProjectsRequest)
Gets a list of all Selenium testing projects in your account.
|
default ListTestGridProjectsResponse |
DeviceFarmClient.listTestGridProjects(ListTestGridProjectsRequest listTestGridProjectsRequest)
Gets a list of all Selenium testing projects in your account.
|
default ListTestGridProjectsIterable |
DeviceFarmClient.listTestGridProjectsPaginator(Consumer<ListTestGridProjectsRequest.Builder> listTestGridProjectsRequest)
Gets a list of all Selenium testing projects in your account.
|
default ListTestGridProjectsIterable |
DeviceFarmClient.listTestGridProjectsPaginator(ListTestGridProjectsRequest listTestGridProjectsRequest)
Gets a list of all Selenium testing projects in your account.
|
default ListTestGridSessionActionsResponse |
DeviceFarmClient.listTestGridSessionActions(Consumer<ListTestGridSessionActionsRequest.Builder> listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
|
default ListTestGridSessionActionsResponse |
DeviceFarmClient.listTestGridSessionActions(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
|
default ListTestGridSessionActionsIterable |
DeviceFarmClient.listTestGridSessionActionsPaginator(Consumer<ListTestGridSessionActionsRequest.Builder> listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
|
default ListTestGridSessionActionsIterable |
DeviceFarmClient.listTestGridSessionActionsPaginator(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest)
Returns a list of the actions taken in a TestGridSession.
|
default ListTestGridSessionArtifactsResponse |
DeviceFarmClient.listTestGridSessionArtifacts(Consumer<ListTestGridSessionArtifactsRequest.Builder> listTestGridSessionArtifactsRequest)
Retrieves a list of artifacts created during the session.
|
default ListTestGridSessionArtifactsResponse |
DeviceFarmClient.listTestGridSessionArtifacts(ListTestGridSessionArtifactsRequest listTestGridSessionArtifactsRequest)
Retrieves a list of artifacts created during the session.
|
default ListTestGridSessionArtifactsIterable |
DeviceFarmClient.listTestGridSessionArtifactsPaginator(Consumer<ListTestGridSessionArtifactsRequest.Builder> listTestGridSessionArtifactsRequest)
Retrieves a list of artifacts created during the session.
|
default ListTestGridSessionArtifactsIterable |
DeviceFarmClient.listTestGridSessionArtifactsPaginator(ListTestGridSessionArtifactsRequest listTestGridSessionArtifactsRequest)
Retrieves a list of artifacts created during the session.
|
default ListTestGridSessionsResponse |
DeviceFarmClient.listTestGridSessions(Consumer<ListTestGridSessionsRequest.Builder> listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
|
default ListTestGridSessionsResponse |
DeviceFarmClient.listTestGridSessions(ListTestGridSessionsRequest listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
|
default ListTestGridSessionsIterable |
DeviceFarmClient.listTestGridSessionsPaginator(Consumer<ListTestGridSessionsRequest.Builder> listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
|
default ListTestGridSessionsIterable |
DeviceFarmClient.listTestGridSessionsPaginator(ListTestGridSessionsRequest listTestGridSessionsRequest)
Retrieves a list of sessions for a TestGridProject.
|
default ListTestsResponse |
DeviceFarmClient.listTests(Consumer<ListTestsRequest.Builder> listTestsRequest)
Gets information about tests in a given test suite.
|
default ListTestsResponse |
DeviceFarmClient.listTests(ListTestsRequest listTestsRequest)
Gets information about tests in a given test suite.
|
default ListTestsIterable |
DeviceFarmClient.listTestsPaginator(Consumer<ListTestsRequest.Builder> listTestsRequest)
Gets information about tests in a given test suite.
|
default ListTestsIterable |
DeviceFarmClient.listTestsPaginator(ListTestsRequest listTestsRequest)
Gets information about tests in a given test suite.
|
default ListUniqueProblemsResponse |
DeviceFarmClient.listUniqueProblems(Consumer<ListUniqueProblemsRequest.Builder> listUniqueProblemsRequest)
Gets information about unique problems, such as exceptions or crashes.
|
default ListUniqueProblemsResponse |
DeviceFarmClient.listUniqueProblems(ListUniqueProblemsRequest listUniqueProblemsRequest)
Gets information about unique problems, such as exceptions or crashes.
|
default ListUniqueProblemsIterable |
DeviceFarmClient.listUniqueProblemsPaginator(Consumer<ListUniqueProblemsRequest.Builder> listUniqueProblemsRequest)
Gets information about unique problems, such as exceptions or crashes.
|
default ListUniqueProblemsIterable |
DeviceFarmClient.listUniqueProblemsPaginator(ListUniqueProblemsRequest listUniqueProblemsRequest)
Gets information about unique problems, such as exceptions or crashes.
|
default ListUploadsResponse |
DeviceFarmClient.listUploads(Consumer<ListUploadsRequest.Builder> listUploadsRequest)
Gets information about uploads, given an AWS Device Farm project ARN.
|
default ListUploadsResponse |
DeviceFarmClient.listUploads(ListUploadsRequest listUploadsRequest)
Gets information about uploads, given an AWS Device Farm project ARN.
|
default ListUploadsIterable |
DeviceFarmClient.listUploadsPaginator(Consumer<ListUploadsRequest.Builder> listUploadsRequest)
Gets information about uploads, given an AWS Device Farm project ARN.
|
default ListUploadsIterable |
DeviceFarmClient.listUploadsPaginator(ListUploadsRequest listUploadsRequest)
Gets information about uploads, given an AWS Device Farm project ARN.
|
default ListVpceConfigurationsResponse |
DeviceFarmClient.listVPCEConfigurations(Consumer<ListVpceConfigurationsRequest.Builder> listVpceConfigurationsRequest)
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
|
default ListVpceConfigurationsResponse |
DeviceFarmClient.listVPCEConfigurations(ListVpceConfigurationsRequest listVpceConfigurationsRequest)
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
|
default PurchaseOfferingResponse |
DeviceFarmClient.purchaseOffering(Consumer<PurchaseOfferingRequest.Builder> purchaseOfferingRequest)
Immediately purchases offerings for an AWS account.
|
default PurchaseOfferingResponse |
DeviceFarmClient.purchaseOffering(PurchaseOfferingRequest purchaseOfferingRequest)
Immediately purchases offerings for an AWS account.
|
default RenewOfferingResponse |
DeviceFarmClient.renewOffering(Consumer<RenewOfferingRequest.Builder> renewOfferingRequest)
Explicitly sets the quantity of devices to renew for an offering, starting from the
effectiveDate of
the next period. |
default RenewOfferingResponse |
DeviceFarmClient.renewOffering(RenewOfferingRequest renewOfferingRequest)
Explicitly sets the quantity of devices to renew for an offering, starting from the
effectiveDate of
the next period. |
default ScheduleRunResponse |
DeviceFarmClient.scheduleRun(Consumer<ScheduleRunRequest.Builder> scheduleRunRequest)
Schedules a run.
|
default ScheduleRunResponse |
DeviceFarmClient.scheduleRun(ScheduleRunRequest scheduleRunRequest)
Schedules a run.
|
default StopJobResponse |
DeviceFarmClient.stopJob(Consumer<StopJobRequest.Builder> stopJobRequest)
Initiates a stop request for the current job.
|
default StopJobResponse |
DeviceFarmClient.stopJob(StopJobRequest stopJobRequest)
Initiates a stop request for the current job.
|
default StopRemoteAccessSessionResponse |
DeviceFarmClient.stopRemoteAccessSession(Consumer<StopRemoteAccessSessionRequest.Builder> stopRemoteAccessSessionRequest)
Ends a specified remote access session.
|
default StopRemoteAccessSessionResponse |
DeviceFarmClient.stopRemoteAccessSession(StopRemoteAccessSessionRequest stopRemoteAccessSessionRequest)
Ends a specified remote access session.
|
default StopRunResponse |
DeviceFarmClient.stopRun(Consumer<StopRunRequest.Builder> stopRunRequest)
Initiates a stop request for the current test run.
|
default StopRunResponse |
DeviceFarmClient.stopRun(StopRunRequest stopRunRequest)
Initiates a stop request for the current test run.
|
default TagResourceResponse |
DeviceFarmClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
DeviceFarmClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default UntagResourceResponse |
DeviceFarmClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes the specified tags from a resource.
|
default UntagResourceResponse |
DeviceFarmClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes the specified tags from a resource.
|
default UpdateDeviceInstanceResponse |
DeviceFarmClient.updateDeviceInstance(Consumer<UpdateDeviceInstanceRequest.Builder> updateDeviceInstanceRequest)
Updates information about a private device instance.
|
default UpdateDeviceInstanceResponse |
DeviceFarmClient.updateDeviceInstance(UpdateDeviceInstanceRequest updateDeviceInstanceRequest)
Updates information about a private device instance.
|
default UpdateDevicePoolResponse |
DeviceFarmClient.updateDevicePool(Consumer<UpdateDevicePoolRequest.Builder> updateDevicePoolRequest)
Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.
|
default UpdateDevicePoolResponse |
DeviceFarmClient.updateDevicePool(UpdateDevicePoolRequest updateDevicePoolRequest)
Modifies the name, description, and rules in a device pool given the attributes and the pool ARN.
|
default UpdateInstanceProfileResponse |
DeviceFarmClient.updateInstanceProfile(Consumer<UpdateInstanceProfileRequest.Builder> updateInstanceProfileRequest)
Updates information about an existing private device instance profile.
|
default UpdateInstanceProfileResponse |
DeviceFarmClient.updateInstanceProfile(UpdateInstanceProfileRequest updateInstanceProfileRequest)
Updates information about an existing private device instance profile.
|
default UpdateNetworkProfileResponse |
DeviceFarmClient.updateNetworkProfile(Consumer<UpdateNetworkProfileRequest.Builder> updateNetworkProfileRequest)
Updates the network profile.
|
default UpdateNetworkProfileResponse |
DeviceFarmClient.updateNetworkProfile(UpdateNetworkProfileRequest updateNetworkProfileRequest)
Updates the network profile.
|
default UpdateProjectResponse |
DeviceFarmClient.updateProject(Consumer<UpdateProjectRequest.Builder> updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.
|
default UpdateProjectResponse |
DeviceFarmClient.updateProject(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.
|
default UpdateTestGridProjectResponse |
DeviceFarmClient.updateTestGridProject(Consumer<UpdateTestGridProjectRequest.Builder> updateTestGridProjectRequest)
Change details of a project.
|
default UpdateTestGridProjectResponse |
DeviceFarmClient.updateTestGridProject(UpdateTestGridProjectRequest updateTestGridProjectRequest)
Change details of a project.
|
default UpdateUploadResponse |
DeviceFarmClient.updateUpload(Consumer<UpdateUploadRequest.Builder> updateUploadRequest)
Updates an uploaded test spec.
|
default UpdateUploadResponse |
DeviceFarmClient.updateUpload(UpdateUploadRequest updateUploadRequest)
Updates an uploaded test spec.
|
default UpdateVpceConfigurationResponse |
DeviceFarmClient.updateVPCEConfiguration(Consumer<UpdateVpceConfigurationRequest.Builder> updateVpceConfigurationRequest)
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
|
default UpdateVpceConfigurationResponse |
DeviceFarmClient.updateVPCEConfiguration(UpdateVpceConfigurationRequest updateVpceConfigurationRequest)
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
|
Copyright © 2021. All rights reserved.