| Package | Description |
|---|---|
| com.amazonaws.services.apptest.model |
| Modifier and Type | Method and Description |
|---|---|
Resource |
Resource.clone() |
Resource |
Resource.withName(String name)
The name of the resource.
|
Resource |
Resource.withType(ResourceType type)
The type of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
GetTestConfigurationResult.getResources()
The resources of the test configuration.
|
List<Resource> |
UpdateTestConfigurationRequest.getResources()
The resources of the test configuration.
|
List<Resource> |
CreateTestConfigurationRequest.getResources()
The defined resources of the test configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GetTestConfigurationResult |
GetTestConfigurationResult.withResources(Resource... resources)
The resources of the test configuration.
|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.withResources(Resource... resources)
The resources of the test configuration.
|
CreateTestConfigurationRequest |
CreateTestConfigurationRequest.withResources(Resource... resources)
The defined resources of the test configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTestConfigurationResult.setResources(Collection<Resource> resources)
The resources of the test configuration.
|
void |
UpdateTestConfigurationRequest.setResources(Collection<Resource> resources)
The resources of the test configuration.
|
void |
CreateTestConfigurationRequest.setResources(Collection<Resource> resources)
The defined resources of the test configuration.
|
GetTestConfigurationResult |
GetTestConfigurationResult.withResources(Collection<Resource> resources)
The resources of the test configuration.
|
UpdateTestConfigurationRequest |
UpdateTestConfigurationRequest.withResources(Collection<Resource> resources)
The resources of the test configuration.
|
CreateTestConfigurationRequest |
CreateTestConfigurationRequest.withResources(Collection<Resource> resources)
The defined resources of the test configuration.
|
Copyright © 2025. All rights reserved.