Interface AppTestClient
- All Superinterfaces:
AutoCloseable
,AwsClient
,SdkAutoCloseable
,SdkClient
builder()
method.
AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Value for looking up the service's metadata from theServiceMetadataProvider
.static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppTestClientBuilder
builder()
Create a builder that can be used to configure and create aAppTestClient
.static AppTestClient
create()
Create aAppTestClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
.default CreateTestCaseResponse
createTestCase
(Consumer<CreateTestCaseRequest.Builder> createTestCaseRequest) Creates a test case.default CreateTestCaseResponse
createTestCase
(CreateTestCaseRequest createTestCaseRequest) Creates a test case.default CreateTestConfigurationResponse
createTestConfiguration
(Consumer<CreateTestConfigurationRequest.Builder> createTestConfigurationRequest) Creates a test configuration.default CreateTestConfigurationResponse
createTestConfiguration
(CreateTestConfigurationRequest createTestConfigurationRequest) Creates a test configuration.default CreateTestSuiteResponse
createTestSuite
(Consumer<CreateTestSuiteRequest.Builder> createTestSuiteRequest) Creates a test suite.default CreateTestSuiteResponse
createTestSuite
(CreateTestSuiteRequest createTestSuiteRequest) Creates a test suite.default DeleteTestCaseResponse
deleteTestCase
(Consumer<DeleteTestCaseRequest.Builder> deleteTestCaseRequest) Deletes a test case.default DeleteTestCaseResponse
deleteTestCase
(DeleteTestCaseRequest deleteTestCaseRequest) Deletes a test case.default DeleteTestConfigurationResponse
deleteTestConfiguration
(Consumer<DeleteTestConfigurationRequest.Builder> deleteTestConfigurationRequest) Deletes a test configuration.default DeleteTestConfigurationResponse
deleteTestConfiguration
(DeleteTestConfigurationRequest deleteTestConfigurationRequest) Deletes a test configuration.default DeleteTestRunResponse
deleteTestRun
(Consumer<DeleteTestRunRequest.Builder> deleteTestRunRequest) Deletes a test run.default DeleteTestRunResponse
deleteTestRun
(DeleteTestRunRequest deleteTestRunRequest) Deletes a test run.default DeleteTestSuiteResponse
deleteTestSuite
(Consumer<DeleteTestSuiteRequest.Builder> deleteTestSuiteRequest) Deletes a test suite.default DeleteTestSuiteResponse
deleteTestSuite
(DeleteTestSuiteRequest deleteTestSuiteRequest) Deletes a test suite.default GetTestCaseResponse
getTestCase
(Consumer<GetTestCaseRequest.Builder> getTestCaseRequest) Gets a test case.default GetTestCaseResponse
getTestCase
(GetTestCaseRequest getTestCaseRequest) Gets a test case.default GetTestConfigurationResponse
getTestConfiguration
(Consumer<GetTestConfigurationRequest.Builder> getTestConfigurationRequest) Gets a test configuration.default GetTestConfigurationResponse
getTestConfiguration
(GetTestConfigurationRequest getTestConfigurationRequest) Gets a test configuration.default GetTestRunStepResponse
getTestRunStep
(Consumer<GetTestRunStepRequest.Builder> getTestRunStepRequest) Gets a test run step.default GetTestRunStepResponse
getTestRunStep
(GetTestRunStepRequest getTestRunStepRequest) Gets a test run step.default GetTestSuiteResponse
getTestSuite
(Consumer<GetTestSuiteRequest.Builder> getTestSuiteRequest) Gets a test suite.default GetTestSuiteResponse
getTestSuite
(GetTestSuiteRequest getTestSuiteRequest) Gets a test suite.default ListTagsForResourceResponse
listTagsForResource
(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists tags for a resource.default ListTagsForResourceResponse
listTagsForResource
(ListTagsForResourceRequest listTagsForResourceRequest) Lists tags for a resource.default ListTestCasesResponse
listTestCases
(Consumer<ListTestCasesRequest.Builder> listTestCasesRequest) Lists test cases.default ListTestCasesResponse
listTestCases
(ListTestCasesRequest listTestCasesRequest) Lists test cases.default ListTestCasesIterable
listTestCasesPaginator
(Consumer<ListTestCasesRequest.Builder> listTestCasesRequest) This is a variant oflistTestCases(software.amazon.awssdk.services.apptest.model.ListTestCasesRequest)
operation.default ListTestCasesIterable
listTestCasesPaginator
(ListTestCasesRequest listTestCasesRequest) This is a variant oflistTestCases(software.amazon.awssdk.services.apptest.model.ListTestCasesRequest)
operation.default ListTestConfigurationsResponse
listTestConfigurations
(Consumer<ListTestConfigurationsRequest.Builder> listTestConfigurationsRequest) Lists test configurations.default ListTestConfigurationsResponse
listTestConfigurations
(ListTestConfigurationsRequest listTestConfigurationsRequest) Lists test configurations.default ListTestConfigurationsIterable
listTestConfigurationsPaginator
(Consumer<ListTestConfigurationsRequest.Builder> listTestConfigurationsRequest) This is a variant oflistTestConfigurations(software.amazon.awssdk.services.apptest.model.ListTestConfigurationsRequest)
operation.default ListTestConfigurationsIterable
listTestConfigurationsPaginator
(ListTestConfigurationsRequest listTestConfigurationsRequest) This is a variant oflistTestConfigurations(software.amazon.awssdk.services.apptest.model.ListTestConfigurationsRequest)
operation.default ListTestRunsResponse
listTestRuns
(Consumer<ListTestRunsRequest.Builder> listTestRunsRequest) Lists test runs.default ListTestRunsResponse
listTestRuns
(ListTestRunsRequest listTestRunsRequest) Lists test runs.default ListTestRunsIterable
listTestRunsPaginator
(Consumer<ListTestRunsRequest.Builder> listTestRunsRequest) This is a variant oflistTestRuns(software.amazon.awssdk.services.apptest.model.ListTestRunsRequest)
operation.default ListTestRunsIterable
listTestRunsPaginator
(ListTestRunsRequest listTestRunsRequest) This is a variant oflistTestRuns(software.amazon.awssdk.services.apptest.model.ListTestRunsRequest)
operation.default ListTestRunStepsResponse
listTestRunSteps
(Consumer<ListTestRunStepsRequest.Builder> listTestRunStepsRequest) Lists test run steps.default ListTestRunStepsResponse
listTestRunSteps
(ListTestRunStepsRequest listTestRunStepsRequest) Lists test run steps.default ListTestRunStepsIterable
listTestRunStepsPaginator
(Consumer<ListTestRunStepsRequest.Builder> listTestRunStepsRequest) This is a variant oflistTestRunSteps(software.amazon.awssdk.services.apptest.model.ListTestRunStepsRequest)
operation.default ListTestRunStepsIterable
listTestRunStepsPaginator
(ListTestRunStepsRequest listTestRunStepsRequest) This is a variant oflistTestRunSteps(software.amazon.awssdk.services.apptest.model.ListTestRunStepsRequest)
operation.default ListTestRunTestCasesResponse
listTestRunTestCases
(Consumer<ListTestRunTestCasesRequest.Builder> listTestRunTestCasesRequest) Lists test run test cases.default ListTestRunTestCasesResponse
listTestRunTestCases
(ListTestRunTestCasesRequest listTestRunTestCasesRequest) Lists test run test cases.default ListTestRunTestCasesIterable
listTestRunTestCasesPaginator
(Consumer<ListTestRunTestCasesRequest.Builder> listTestRunTestCasesRequest) This is a variant oflistTestRunTestCases(software.amazon.awssdk.services.apptest.model.ListTestRunTestCasesRequest)
operation.default ListTestRunTestCasesIterable
listTestRunTestCasesPaginator
(ListTestRunTestCasesRequest listTestRunTestCasesRequest) This is a variant oflistTestRunTestCases(software.amazon.awssdk.services.apptest.model.ListTestRunTestCasesRequest)
operation.default ListTestSuitesResponse
listTestSuites
(Consumer<ListTestSuitesRequest.Builder> listTestSuitesRequest) Lists test suites.default ListTestSuitesResponse
listTestSuites
(ListTestSuitesRequest listTestSuitesRequest) Lists test suites.default ListTestSuitesIterable
listTestSuitesPaginator
(Consumer<ListTestSuitesRequest.Builder> listTestSuitesRequest) This is a variant oflistTestSuites(software.amazon.awssdk.services.apptest.model.ListTestSuitesRequest)
operation.default ListTestSuitesIterable
listTestSuitesPaginator
(ListTestSuitesRequest listTestSuitesRequest) This is a variant oflistTestSuites(software.amazon.awssdk.services.apptest.model.ListTestSuitesRequest)
operation.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadata
default StartTestRunResponse
startTestRun
(Consumer<StartTestRunRequest.Builder> startTestRunRequest) Starts a test run.default StartTestRunResponse
startTestRun
(StartTestRunRequest startTestRunRequest) Starts a test run.default TagResourceResponse
tagResource
(Consumer<TagResourceRequest.Builder> tagResourceRequest) Specifies tags of a resource.default TagResourceResponse
tagResource
(TagResourceRequest tagResourceRequest) Specifies tags of a resource.default UntagResourceResponse
untagResource
(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Untags a resource.default UntagResourceResponse
untagResource
(UntagResourceRequest untagResourceRequest) Untags a resource.default UpdateTestCaseResponse
updateTestCase
(Consumer<UpdateTestCaseRequest.Builder> updateTestCaseRequest) Updates a test case.default UpdateTestCaseResponse
updateTestCase
(UpdateTestCaseRequest updateTestCaseRequest) Updates a test case.default UpdateTestConfigurationResponse
updateTestConfiguration
(Consumer<UpdateTestConfigurationRequest.Builder> updateTestConfigurationRequest) Updates a test configuration.default UpdateTestConfigurationResponse
updateTestConfiguration
(UpdateTestConfigurationRequest updateTestConfigurationRequest) Updates a test configuration.default UpdateTestSuiteResponse
updateTestSuite
(Consumer<UpdateTestSuiteRequest.Builder> updateTestSuiteRequest) Updates a test suite.default UpdateTestSuiteResponse
updateTestSuite
(UpdateTestSuiteRequest updateTestSuiteRequest) Updates a test suite.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider
.- See Also:
-
-
Method Details
-
createTestCase
default CreateTestCaseResponse createTestCase(CreateTestCaseRequest createTestCaseRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Creates a test case.
- Parameters:
createTestCaseRequest
-- Returns:
- Result of the CreateTestCase operation returned by the service.
- See Also:
-
createTestCase
default CreateTestCaseResponse createTestCase(Consumer<CreateTestCaseRequest.Builder> createTestCaseRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Creates a test case.
This is a convenience which creates an instance of the
CreateTestCaseRequest.Builder
avoiding the need to create one manually viaCreateTestCaseRequest.builder()
- Parameters:
createTestCaseRequest
- AConsumer
that will call methods onCreateTestCaseRequest.Builder
to create a request.- Returns:
- Result of the CreateTestCase operation returned by the service.
- See Also:
-
createTestConfiguration
default CreateTestConfigurationResponse createTestConfiguration(CreateTestConfigurationRequest createTestConfigurationRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Creates a test configuration.
- Parameters:
createTestConfigurationRequest
-- Returns:
- Result of the CreateTestConfiguration operation returned by the service.
- See Also:
-
createTestConfiguration
default CreateTestConfigurationResponse createTestConfiguration(Consumer<CreateTestConfigurationRequest.Builder> createTestConfigurationRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Creates a test configuration.
This is a convenience which creates an instance of the
CreateTestConfigurationRequest.Builder
avoiding the need to create one manually viaCreateTestConfigurationRequest.builder()
- Parameters:
createTestConfigurationRequest
- AConsumer
that will call methods onCreateTestConfigurationRequest.Builder
to create a request.- Returns:
- Result of the CreateTestConfiguration operation returned by the service.
- See Also:
-
createTestSuite
default CreateTestSuiteResponse createTestSuite(CreateTestSuiteRequest createTestSuiteRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Creates a test suite.
- Parameters:
createTestSuiteRequest
-- Returns:
- Result of the CreateTestSuite operation returned by the service.
- See Also:
-
createTestSuite
default CreateTestSuiteResponse createTestSuite(Consumer<CreateTestSuiteRequest.Builder> createTestSuiteRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Creates a test suite.
This is a convenience which creates an instance of the
CreateTestSuiteRequest.Builder
avoiding the need to create one manually viaCreateTestSuiteRequest.builder()
- Parameters:
createTestSuiteRequest
- AConsumer
that will call methods onCreateTestSuiteRequest.Builder
to create a request.- Returns:
- Result of the CreateTestSuite operation returned by the service.
- See Also:
-
deleteTestCase
default DeleteTestCaseResponse deleteTestCase(DeleteTestCaseRequest deleteTestCaseRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Deletes a test case.
- Parameters:
deleteTestCaseRequest
-- Returns:
- Result of the DeleteTestCase operation returned by the service.
- See Also:
-
deleteTestCase
default DeleteTestCaseResponse deleteTestCase(Consumer<DeleteTestCaseRequest.Builder> deleteTestCaseRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Deletes a test case.
This is a convenience which creates an instance of the
DeleteTestCaseRequest.Builder
avoiding the need to create one manually viaDeleteTestCaseRequest.builder()
- Parameters:
deleteTestCaseRequest
- AConsumer
that will call methods onDeleteTestCaseRequest.Builder
to create a request.- Returns:
- Result of the DeleteTestCase operation returned by the service.
- See Also:
-
deleteTestConfiguration
default DeleteTestConfigurationResponse deleteTestConfiguration(DeleteTestConfigurationRequest deleteTestConfigurationRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Deletes a test configuration.
- Parameters:
deleteTestConfigurationRequest
-- Returns:
- Result of the DeleteTestConfiguration operation returned by the service.
- See Also:
-
deleteTestConfiguration
default DeleteTestConfigurationResponse deleteTestConfiguration(Consumer<DeleteTestConfigurationRequest.Builder> deleteTestConfigurationRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Deletes a test configuration.
This is a convenience which creates an instance of the
DeleteTestConfigurationRequest.Builder
avoiding the need to create one manually viaDeleteTestConfigurationRequest.builder()
- Parameters:
deleteTestConfigurationRequest
- AConsumer
that will call methods onDeleteTestConfigurationRequest.Builder
to create a request.- Returns:
- Result of the DeleteTestConfiguration operation returned by the service.
- See Also:
-
deleteTestRun
default DeleteTestRunResponse deleteTestRun(DeleteTestRunRequest deleteTestRunRequest) throws ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Deletes a test run.
- Parameters:
deleteTestRunRequest
-- Returns:
- Result of the DeleteTestRun operation returned by the service.
- See Also:
-
deleteTestRun
default DeleteTestRunResponse deleteTestRun(Consumer<DeleteTestRunRequest.Builder> deleteTestRunRequest) throws ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Deletes a test run.
This is a convenience which creates an instance of the
DeleteTestRunRequest.Builder
avoiding the need to create one manually viaDeleteTestRunRequest.builder()
- Parameters:
deleteTestRunRequest
- AConsumer
that will call methods onDeleteTestRunRequest.Builder
to create a request.- Returns:
- Result of the DeleteTestRun operation returned by the service.
- See Also:
-
deleteTestSuite
default DeleteTestSuiteResponse deleteTestSuite(DeleteTestSuiteRequest deleteTestSuiteRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Deletes a test suite.
- Parameters:
deleteTestSuiteRequest
-- Returns:
- Result of the DeleteTestSuite operation returned by the service.
- See Also:
-
deleteTestSuite
default DeleteTestSuiteResponse deleteTestSuite(Consumer<DeleteTestSuiteRequest.Builder> deleteTestSuiteRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Deletes a test suite.
This is a convenience which creates an instance of the
DeleteTestSuiteRequest.Builder
avoiding the need to create one manually viaDeleteTestSuiteRequest.builder()
- Parameters:
deleteTestSuiteRequest
- AConsumer
that will call methods onDeleteTestSuiteRequest.Builder
to create a request.- Returns:
- Result of the DeleteTestSuite operation returned by the service.
- See Also:
-
getTestCase
default GetTestCaseResponse getTestCase(GetTestCaseRequest getTestCaseRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Gets a test case.
- Parameters:
getTestCaseRequest
-- Returns:
- Result of the GetTestCase operation returned by the service.
- See Also:
-
getTestCase
default GetTestCaseResponse getTestCase(Consumer<GetTestCaseRequest.Builder> getTestCaseRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Gets a test case.
This is a convenience which creates an instance of the
GetTestCaseRequest.Builder
avoiding the need to create one manually viaGetTestCaseRequest.builder()
- Parameters:
getTestCaseRequest
- AConsumer
that will call methods onGetTestCaseRequest.Builder
to create a request.- Returns:
- Result of the GetTestCase operation returned by the service.
- See Also:
-
getTestConfiguration
default GetTestConfigurationResponse getTestConfiguration(GetTestConfigurationRequest getTestConfigurationRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Gets a test configuration.
- Parameters:
getTestConfigurationRequest
-- Returns:
- Result of the GetTestConfiguration operation returned by the service.
- See Also:
-
getTestConfiguration
default GetTestConfigurationResponse getTestConfiguration(Consumer<GetTestConfigurationRequest.Builder> getTestConfigurationRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Gets a test configuration.
This is a convenience which creates an instance of the
GetTestConfigurationRequest.Builder
avoiding the need to create one manually viaGetTestConfigurationRequest.builder()
- Parameters:
getTestConfigurationRequest
- AConsumer
that will call methods onGetTestConfigurationRequest.Builder
to create a request.- Returns:
- Result of the GetTestConfiguration operation returned by the service.
- See Also:
-
getTestRunStep
default GetTestRunStepResponse getTestRunStep(GetTestRunStepRequest getTestRunStepRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Gets a test run step.
- Parameters:
getTestRunStepRequest
-- Returns:
- Result of the GetTestRunStep operation returned by the service.
- See Also:
-
getTestRunStep
default GetTestRunStepResponse getTestRunStep(Consumer<GetTestRunStepRequest.Builder> getTestRunStepRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Gets a test run step.
This is a convenience which creates an instance of the
GetTestRunStepRequest.Builder
avoiding the need to create one manually viaGetTestRunStepRequest.builder()
- Parameters:
getTestRunStepRequest
- AConsumer
that will call methods onGetTestRunStepRequest.Builder
to create a request.- Returns:
- Result of the GetTestRunStep operation returned by the service.
- See Also:
-
getTestSuite
default GetTestSuiteResponse getTestSuite(GetTestSuiteRequest getTestSuiteRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Gets a test suite.
- Parameters:
getTestSuiteRequest
-- Returns:
- Result of the GetTestSuite operation returned by the service.
- See Also:
-
getTestSuite
default GetTestSuiteResponse getTestSuite(Consumer<GetTestSuiteRequest.Builder> getTestSuiteRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Gets a test suite.
This is a convenience which creates an instance of the
GetTestSuiteRequest.Builder
avoiding the need to create one manually viaGetTestSuiteRequest.builder()
- Parameters:
getTestSuiteRequest
- AConsumer
that will call methods onGetTestSuiteRequest.Builder
to create a request.- Returns:
- Result of the GetTestSuite operation returned by the service.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists tags for a resource.
- Parameters:
listTagsForResourceRequest
-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists tags for a resource.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builder
avoiding the need to create one manually viaListTagsForResourceRequest.builder()
- Parameters:
listTagsForResourceRequest
- AConsumer
that will call methods onListTagsForResourceRequest.Builder
to create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTestCases
default ListTestCasesResponse listTestCases(ListTestCasesRequest listTestCasesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test cases.
- Parameters:
listTestCasesRequest
-- Returns:
- Result of the ListTestCases operation returned by the service.
- See Also:
-
listTestCases
default ListTestCasesResponse listTestCases(Consumer<ListTestCasesRequest.Builder> listTestCasesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test cases.
This is a convenience which creates an instance of the
ListTestCasesRequest.Builder
avoiding the need to create one manually viaListTestCasesRequest.builder()
- Parameters:
listTestCasesRequest
- AConsumer
that will call methods onListTestCasesRequest.Builder
to create a request.- Returns:
- Result of the ListTestCases operation returned by the service.
- See Also:
-
listTestCasesPaginator
default ListTestCasesIterable listTestCasesPaginator(ListTestCasesRequest listTestCasesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestCases(software.amazon.awssdk.services.apptest.model.ListTestCasesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestCasesIterable responses = client.listTestCasesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestCasesIterable responses = client.listTestCasesPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestCasesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestCasesIterable responses = client.listTestCasesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestCases(software.amazon.awssdk.services.apptest.model.ListTestCasesRequest)
operation.- Parameters:
listTestCasesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestCasesPaginator
default ListTestCasesIterable listTestCasesPaginator(Consumer<ListTestCasesRequest.Builder> listTestCasesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestCases(software.amazon.awssdk.services.apptest.model.ListTestCasesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestCasesIterable responses = client.listTestCasesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestCasesIterable responses = client.listTestCasesPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestCasesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestCasesIterable responses = client.listTestCasesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestCases(software.amazon.awssdk.services.apptest.model.ListTestCasesRequest)
operation.
This is a convenience which creates an instance of the
ListTestCasesRequest.Builder
avoiding the need to create one manually viaListTestCasesRequest.builder()
- Parameters:
listTestCasesRequest
- AConsumer
that will call methods onListTestCasesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestConfigurations
default ListTestConfigurationsResponse listTestConfigurations(ListTestConfigurationsRequest listTestConfigurationsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test configurations.
- Parameters:
listTestConfigurationsRequest
-- Returns:
- Result of the ListTestConfigurations operation returned by the service.
- See Also:
-
listTestConfigurations
default ListTestConfigurationsResponse listTestConfigurations(Consumer<ListTestConfigurationsRequest.Builder> listTestConfigurationsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test configurations.
This is a convenience which creates an instance of the
ListTestConfigurationsRequest.Builder
avoiding the need to create one manually viaListTestConfigurationsRequest.builder()
- Parameters:
listTestConfigurationsRequest
- AConsumer
that will call methods onListTestConfigurationsRequest.Builder
to create a request.- Returns:
- Result of the ListTestConfigurations operation returned by the service.
- See Also:
-
listTestConfigurationsPaginator
default ListTestConfigurationsIterable listTestConfigurationsPaginator(ListTestConfigurationsRequest listTestConfigurationsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestConfigurations(software.amazon.awssdk.services.apptest.model.ListTestConfigurationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestConfigurationsIterable responses = client.listTestConfigurationsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestConfigurationsIterable responses = client .listTestConfigurationsPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestConfigurationsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestConfigurationsIterable responses = client.listTestConfigurationsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestConfigurations(software.amazon.awssdk.services.apptest.model.ListTestConfigurationsRequest)
operation.- Parameters:
listTestConfigurationsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestConfigurationsPaginator
default ListTestConfigurationsIterable listTestConfigurationsPaginator(Consumer<ListTestConfigurationsRequest.Builder> listTestConfigurationsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestConfigurations(software.amazon.awssdk.services.apptest.model.ListTestConfigurationsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestConfigurationsIterable responses = client.listTestConfigurationsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestConfigurationsIterable responses = client .listTestConfigurationsPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestConfigurationsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestConfigurationsIterable responses = client.listTestConfigurationsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestConfigurations(software.amazon.awssdk.services.apptest.model.ListTestConfigurationsRequest)
operation.
This is a convenience which creates an instance of the
ListTestConfigurationsRequest.Builder
avoiding the need to create one manually viaListTestConfigurationsRequest.builder()
- Parameters:
listTestConfigurationsRequest
- AConsumer
that will call methods onListTestConfigurationsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestRunSteps
default ListTestRunStepsResponse listTestRunSteps(ListTestRunStepsRequest listTestRunStepsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test run steps.
- Parameters:
listTestRunStepsRequest
-- Returns:
- Result of the ListTestRunSteps operation returned by the service.
- See Also:
-
listTestRunSteps
default ListTestRunStepsResponse listTestRunSteps(Consumer<ListTestRunStepsRequest.Builder> listTestRunStepsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test run steps.
This is a convenience which creates an instance of the
ListTestRunStepsRequest.Builder
avoiding the need to create one manually viaListTestRunStepsRequest.builder()
- Parameters:
listTestRunStepsRequest
- AConsumer
that will call methods onListTestRunStepsRequest.Builder
to create a request.- Returns:
- Result of the ListTestRunSteps operation returned by the service.
- See Also:
-
listTestRunStepsPaginator
default ListTestRunStepsIterable listTestRunStepsPaginator(ListTestRunStepsRequest listTestRunStepsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestRunSteps(software.amazon.awssdk.services.apptest.model.ListTestRunStepsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestRunStepsIterable responses = client.listTestRunStepsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestRunStepsIterable responses = client .listTestRunStepsPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestRunStepsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestRunStepsIterable responses = client.listTestRunStepsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestRunSteps(software.amazon.awssdk.services.apptest.model.ListTestRunStepsRequest)
operation.- Parameters:
listTestRunStepsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestRunStepsPaginator
default ListTestRunStepsIterable listTestRunStepsPaginator(Consumer<ListTestRunStepsRequest.Builder> listTestRunStepsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestRunSteps(software.amazon.awssdk.services.apptest.model.ListTestRunStepsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestRunStepsIterable responses = client.listTestRunStepsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestRunStepsIterable responses = client .listTestRunStepsPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestRunStepsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestRunStepsIterable responses = client.listTestRunStepsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestRunSteps(software.amazon.awssdk.services.apptest.model.ListTestRunStepsRequest)
operation.
This is a convenience which creates an instance of the
ListTestRunStepsRequest.Builder
avoiding the need to create one manually viaListTestRunStepsRequest.builder()
- Parameters:
listTestRunStepsRequest
- AConsumer
that will call methods onListTestRunStepsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestRunTestCases
default ListTestRunTestCasesResponse listTestRunTestCases(ListTestRunTestCasesRequest listTestRunTestCasesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test run test cases.
- Parameters:
listTestRunTestCasesRequest
-- Returns:
- Result of the ListTestRunTestCases operation returned by the service.
- See Also:
-
listTestRunTestCases
default ListTestRunTestCasesResponse listTestRunTestCases(Consumer<ListTestRunTestCasesRequest.Builder> listTestRunTestCasesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test run test cases.
This is a convenience which creates an instance of the
ListTestRunTestCasesRequest.Builder
avoiding the need to create one manually viaListTestRunTestCasesRequest.builder()
- Parameters:
listTestRunTestCasesRequest
- AConsumer
that will call methods onListTestRunTestCasesRequest.Builder
to create a request.- Returns:
- Result of the ListTestRunTestCases operation returned by the service.
- See Also:
-
listTestRunTestCasesPaginator
default ListTestRunTestCasesIterable listTestRunTestCasesPaginator(ListTestRunTestCasesRequest listTestRunTestCasesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestRunTestCases(software.amazon.awssdk.services.apptest.model.ListTestRunTestCasesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestRunTestCasesIterable responses = client.listTestRunTestCasesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestRunTestCasesIterable responses = client .listTestRunTestCasesPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestRunTestCasesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestRunTestCasesIterable responses = client.listTestRunTestCasesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestRunTestCases(software.amazon.awssdk.services.apptest.model.ListTestRunTestCasesRequest)
operation.- Parameters:
listTestRunTestCasesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestRunTestCasesPaginator
default ListTestRunTestCasesIterable listTestRunTestCasesPaginator(Consumer<ListTestRunTestCasesRequest.Builder> listTestRunTestCasesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestRunTestCases(software.amazon.awssdk.services.apptest.model.ListTestRunTestCasesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestRunTestCasesIterable responses = client.listTestRunTestCasesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestRunTestCasesIterable responses = client .listTestRunTestCasesPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestRunTestCasesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestRunTestCasesIterable responses = client.listTestRunTestCasesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestRunTestCases(software.amazon.awssdk.services.apptest.model.ListTestRunTestCasesRequest)
operation.
This is a convenience which creates an instance of the
ListTestRunTestCasesRequest.Builder
avoiding the need to create one manually viaListTestRunTestCasesRequest.builder()
- Parameters:
listTestRunTestCasesRequest
- AConsumer
that will call methods onListTestRunTestCasesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestRuns
default ListTestRunsResponse listTestRuns(ListTestRunsRequest listTestRunsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test runs.
- Parameters:
listTestRunsRequest
-- Returns:
- Result of the ListTestRuns operation returned by the service.
- See Also:
-
listTestRuns
default ListTestRunsResponse listTestRuns(Consumer<ListTestRunsRequest.Builder> listTestRunsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test runs.
This is a convenience which creates an instance of the
ListTestRunsRequest.Builder
avoiding the need to create one manually viaListTestRunsRequest.builder()
- Parameters:
listTestRunsRequest
- AConsumer
that will call methods onListTestRunsRequest.Builder
to create a request.- Returns:
- Result of the ListTestRuns operation returned by the service.
- See Also:
-
listTestRunsPaginator
default ListTestRunsIterable listTestRunsPaginator(ListTestRunsRequest listTestRunsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestRuns(software.amazon.awssdk.services.apptest.model.ListTestRunsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestRunsIterable responses = client.listTestRunsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestRunsIterable responses = client.listTestRunsPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestRunsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestRunsIterable responses = client.listTestRunsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestRuns(software.amazon.awssdk.services.apptest.model.ListTestRunsRequest)
operation.- Parameters:
listTestRunsRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestRunsPaginator
default ListTestRunsIterable listTestRunsPaginator(Consumer<ListTestRunsRequest.Builder> listTestRunsRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestRuns(software.amazon.awssdk.services.apptest.model.ListTestRunsRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestRunsIterable responses = client.listTestRunsPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestRunsIterable responses = client.listTestRunsPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestRunsResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestRunsIterable responses = client.listTestRunsPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestRuns(software.amazon.awssdk.services.apptest.model.ListTestRunsRequest)
operation.
This is a convenience which creates an instance of the
ListTestRunsRequest.Builder
avoiding the need to create one manually viaListTestRunsRequest.builder()
- Parameters:
listTestRunsRequest
- AConsumer
that will call methods onListTestRunsRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestSuites
default ListTestSuitesResponse listTestSuites(ListTestSuitesRequest listTestSuitesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test suites.
- Parameters:
listTestSuitesRequest
-- Returns:
- Result of the ListTestSuites operation returned by the service.
- See Also:
-
listTestSuites
default ListTestSuitesResponse listTestSuites(Consumer<ListTestSuitesRequest.Builder> listTestSuitesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Lists test suites.
This is a convenience which creates an instance of the
ListTestSuitesRequest.Builder
avoiding the need to create one manually viaListTestSuitesRequest.builder()
- Parameters:
listTestSuitesRequest
- AConsumer
that will call methods onListTestSuitesRequest.Builder
to create a request.- Returns:
- Result of the ListTestSuites operation returned by the service.
- See Also:
-
listTestSuitesPaginator
default ListTestSuitesIterable listTestSuitesPaginator(ListTestSuitesRequest listTestSuitesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestSuites(software.amazon.awssdk.services.apptest.model.ListTestSuitesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestSuitesIterable responses = client.listTestSuitesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestSuitesIterable responses = client.listTestSuitesPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestSuitesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestSuitesIterable responses = client.listTestSuitesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestSuites(software.amazon.awssdk.services.apptest.model.ListTestSuitesRequest)
operation.- Parameters:
listTestSuitesRequest
-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTestSuitesPaginator
default ListTestSuitesIterable listTestSuitesPaginator(Consumer<ListTestSuitesRequest.Builder> listTestSuitesRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException This is a variant of
listTestSuites(software.amazon.awssdk.services.apptest.model.ListTestSuitesRequest)
operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Streamsoftware.amazon.awssdk.services.apptest.paginators.ListTestSuitesIterable responses = client.listTestSuitesPaginator(request); responses.stream().forEach(....);
{ @code software.amazon.awssdk.services.apptest.paginators.ListTestSuitesIterable responses = client.listTestSuitesPaginator(request); for (software.amazon.awssdk.services.apptest.model.ListTestSuitesResponse response : responses) { // do something; } }
3) Use iterator directlysoftware.amazon.awssdk.services.apptest.paginators.ListTestSuitesIterable responses = client.listTestSuitesPaginator(request); responses.iterator().forEachRemaining(....);
Please notice that the configuration of maxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listTestSuites(software.amazon.awssdk.services.apptest.model.ListTestSuitesRequest)
operation.
This is a convenience which creates an instance of the
ListTestSuitesRequest.Builder
avoiding the need to create one manually viaListTestSuitesRequest.builder()
- Parameters:
listTestSuitesRequest
- AConsumer
that will call methods onListTestSuitesRequest.Builder
to create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
startTestRun
default StartTestRunResponse startTestRun(StartTestRunRequest startTestRunRequest) throws ServiceQuotaExceededException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Starts a test run.
- Parameters:
startTestRunRequest
-- Returns:
- Result of the StartTestRun operation returned by the service.
- See Also:
-
startTestRun
default StartTestRunResponse startTestRun(Consumer<StartTestRunRequest.Builder> startTestRunRequest) throws ServiceQuotaExceededException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Starts a test run.
This is a convenience which creates an instance of the
StartTestRunRequest.Builder
avoiding the need to create one manually viaStartTestRunRequest.builder()
- Parameters:
startTestRunRequest
- AConsumer
that will call methods onStartTestRunRequest.Builder
to create a request.- Returns:
- Result of the StartTestRun operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ServiceQuotaExceededException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Specifies tags of a resource.
- Parameters:
tagResourceRequest
-- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ServiceQuotaExceededException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Specifies tags of a resource.
This is a convenience which creates an instance of the
TagResourceRequest.Builder
avoiding the need to create one manually viaTagResourceRequest.builder()
- Parameters:
tagResourceRequest
- AConsumer
that will call methods onTagResourceRequest.Builder
to create a request.- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Untags a resource.
- Parameters:
untagResourceRequest
-- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Untags a resource.
This is a convenience which creates an instance of the
UntagResourceRequest.Builder
avoiding the need to create one manually viaUntagResourceRequest.builder()
- Parameters:
untagResourceRequest
- AConsumer
that will call methods onUntagResourceRequest.Builder
to create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
updateTestCase
default UpdateTestCaseResponse updateTestCase(UpdateTestCaseRequest updateTestCaseRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Updates a test case.
- Parameters:
updateTestCaseRequest
-- Returns:
- Result of the UpdateTestCase operation returned by the service.
- See Also:
-
updateTestCase
default UpdateTestCaseResponse updateTestCase(Consumer<UpdateTestCaseRequest.Builder> updateTestCaseRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Updates a test case.
This is a convenience which creates an instance of the
UpdateTestCaseRequest.Builder
avoiding the need to create one manually viaUpdateTestCaseRequest.builder()
- Parameters:
updateTestCaseRequest
- AConsumer
that will call methods onUpdateTestCaseRequest.Builder
to create a request.- Returns:
- Result of the UpdateTestCase operation returned by the service.
- See Also:
-
updateTestConfiguration
default UpdateTestConfigurationResponse updateTestConfiguration(UpdateTestConfigurationRequest updateTestConfigurationRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Updates a test configuration.
- Parameters:
updateTestConfigurationRequest
-- Returns:
- Result of the UpdateTestConfiguration operation returned by the service.
- See Also:
-
updateTestConfiguration
default UpdateTestConfigurationResponse updateTestConfiguration(Consumer<UpdateTestConfigurationRequest.Builder> updateTestConfigurationRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Updates a test configuration.
This is a convenience which creates an instance of the
UpdateTestConfigurationRequest.Builder
avoiding the need to create one manually viaUpdateTestConfigurationRequest.builder()
- Parameters:
updateTestConfigurationRequest
- AConsumer
that will call methods onUpdateTestConfigurationRequest.Builder
to create a request.- Returns:
- Result of the UpdateTestConfiguration operation returned by the service.
- See Also:
-
updateTestSuite
default UpdateTestSuiteResponse updateTestSuite(UpdateTestSuiteRequest updateTestSuiteRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Updates a test suite.
- Parameters:
updateTestSuiteRequest
-- Returns:
- Result of the UpdateTestSuite operation returned by the service.
- See Also:
-
updateTestSuite
default UpdateTestSuiteResponse updateTestSuite(Consumer<UpdateTestSuiteRequest.Builder> updateTestSuiteRequest) throws ThrottlingException, ResourceNotFoundException, AccessDeniedException, ValidationException, ConflictException, InternalServerException, AwsServiceException, SdkClientException, AppTestException Updates a test suite.
This is a convenience which creates an instance of the
UpdateTestSuiteRequest.Builder
avoiding the need to create one manually viaUpdateTestSuiteRequest.builder()
- Parameters:
updateTestSuiteRequest
- AConsumer
that will call methods onUpdateTestSuiteRequest.Builder
to create a request.- Returns:
- Result of the UpdateTestSuite operation returned by the service.
- See Also:
-
create
Create aAppTestClient
with the region loaded from theDefaultAwsRegionProviderChain
and credentials loaded from theDefaultCredentialsProvider
. -
builder
Create a builder that can be used to configure and create aAppTestClient
. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClient
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfiguration
in interfaceAwsClient
- Specified by:
serviceClientConfiguration
in interfaceSdkClient
- Returns:
- SdkServiceClientConfiguration
-