Uses of Class
software.amazon.awssdk.services.apptest.model.CloudFormationActionType
-
Packages that use CloudFormationActionType Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of CloudFormationActionType in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return CloudFormationActionType Modifier and Type Method Description CloudFormationActionTypeCloudFormationAction. actionType()The action type of the CloudFormation action.static CloudFormationActionTypeCloudFormationActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CloudFormationActionTypeCloudFormationActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudFormationActionType[]CloudFormationActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type CloudFormationActionType Modifier and Type Method Description static Set<CloudFormationActionType>CloudFormationActionType. knownValues()Methods in software.amazon.awssdk.services.apptest.model with parameters of type CloudFormationActionType Modifier and Type Method Description CloudFormationAction.BuilderCloudFormationAction.Builder. actionType(CloudFormationActionType actionType)The action type of the CloudFormation action.
-