Uses of Class
software.amazon.awssdk.services.cloudformation.model.DetailedStatus
-
Packages that use DetailedStatus Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of DetailedStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DetailedStatus Modifier and Type Method Description DetailedStatusOperationEvent. detailedStatus()Additional status information about the operation.DetailedStatusStack. detailedStatus()The detailed status of the resource or stack.DetailedStatusStackEvent. detailedStatus()An optional field that contains information about the detailed status of the stack event.static DetailedStatusDetailedStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DetailedStatusDetailedStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DetailedStatus[]DetailedStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DetailedStatus Modifier and Type Method Description static Set<DetailedStatus>DetailedStatus. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type DetailedStatus Modifier and Type Method Description OperationEvent.BuilderOperationEvent.Builder. detailedStatus(DetailedStatus detailedStatus)Additional status information about the operation.Stack.BuilderStack.Builder. detailedStatus(DetailedStatus detailedStatus)The detailed status of the resource or stack.StackEvent.BuilderStackEvent.Builder. detailedStatus(DetailedStatus detailedStatus)An optional field that contains information about the detailed status of the stack event.
-