Uses of Enum
software.amazon.awssdk.services.cloudformation.model.DetailedStatus
Packages that use DetailedStatus
-
Uses of DetailedStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DetailedStatusModifier and TypeMethodDescriptionfinal DetailedStatusOperationEvent.detailedStatus()Additional status information about the operation.final DetailedStatusStack.detailedStatus()The detailed status of the resource or stack.final DetailedStatusStackEvent.detailedStatus()An optional field that contains information about the detailed status of the stack event.static DetailedStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DetailedStatusReturns 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 DetailedStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type DetailedStatusModifier and TypeMethodDescriptionOperationEvent.Builder.detailedStatus(DetailedStatus detailedStatus) Additional status information about the operation.Stack.Builder.detailedStatus(DetailedStatus detailedStatus) The detailed status of the resource or stack.StackEvent.Builder.detailedStatus(DetailedStatus detailedStatus) An optional field that contains information about the detailed status of the stack event.