Uses of Class
software.amazon.awssdk.services.apptest.model.ResourceType
-
Packages that use ResourceType Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of ResourceType in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. fromCloudFormation(Consumer<CloudFormation.Builder> cloudFormation)Create an instance of this class withcloudFormation()initialized to the given value.static ResourceTypeResourceType. fromCloudFormation(CloudFormation cloudFormation)Create an instance of this class withcloudFormation()initialized to the given value.static ResourceTypeResourceType. fromM2ManagedApplication(Consumer<M2ManagedApplication.Builder> m2ManagedApplication)Create an instance of this class withm2ManagedApplication()initialized to the given value.static ResourceTypeResourceType. fromM2ManagedApplication(M2ManagedApplication m2ManagedApplication)Create an instance of this class withm2ManagedApplication()initialized to the given value.static ResourceTypeResourceType. fromM2NonManagedApplication(Consumer<M2NonManagedApplication.Builder> m2NonManagedApplication)Create an instance of this class withm2NonManagedApplication()initialized to the given value.static ResourceTypeResourceType. fromM2NonManagedApplication(M2NonManagedApplication m2NonManagedApplication)Create an instance of this class withm2NonManagedApplication()initialized to the given value.ResourceTypeResource. type()The type of the resource.Methods in software.amazon.awssdk.services.apptest.model with parameters of type ResourceType Modifier and Type Method Description Resource.BuilderResource.Builder. type(ResourceType type)The type of the resource.
-