Uses of Class
software.amazon.awssdk.services.apptest.model.CloudFormation
-
Packages that use CloudFormation Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of CloudFormation in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return CloudFormation Modifier and Type Method Description CloudFormationResourceType. cloudFormation()The CloudFormation template of the resource type.Methods in software.amazon.awssdk.services.apptest.model with parameters of type CloudFormation Modifier and Type Method Description ResourceType.BuilderResourceType.Builder. cloudFormation(CloudFormation cloudFormation)The CloudFormation template of the resource type.static ResourceTypeResourceType. fromCloudFormation(CloudFormation cloudFormation)Create an instance of this class withResourceType.cloudFormation()initialized to the given value.
-