Uses of Class
software.amazon.awssdk.services.apptest.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of Resource in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>CreateTestConfigurationRequest. resources()The defined resources of the test configuration.List<Resource>GetTestConfigurationResponse. resources()The resources of the test configuration.List<Resource>UpdateTestConfigurationRequest. resources()The resources of the test configuration.Methods in software.amazon.awssdk.services.apptest.model with parameters of type Resource Modifier and Type Method Description CreateTestConfigurationRequest.BuilderCreateTestConfigurationRequest.Builder. resources(Resource... resources)The defined resources of the test configuration.GetTestConfigurationResponse.BuilderGetTestConfigurationResponse.Builder. resources(Resource... resources)The resources of the test configuration.UpdateTestConfigurationRequest.BuilderUpdateTestConfigurationRequest.Builder. resources(Resource... resources)The resources of the test configuration.Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type Resource Modifier and Type Method Description CreateTestConfigurationRequest.BuilderCreateTestConfigurationRequest.Builder. resources(Collection<Resource> resources)The defined resources of the test configuration.GetTestConfigurationResponse.BuilderGetTestConfigurationResponse.Builder. resources(Collection<Resource> resources)The resources of the test configuration.UpdateTestConfigurationRequest.BuilderUpdateTestConfigurationRequest.Builder. resources(Collection<Resource> resources)The resources of the test configuration.
-