Uses of Enum
software.amazon.awssdk.services.pi.model.DetailStatus
Packages that use DetailStatus
-
Uses of DetailStatus in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return DetailStatusModifier and TypeMethodDescriptionstatic DetailStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DetailStatusDimensionKeyDetail.status()The status of the dimension detail data.static DetailStatusReturns the enum constant of this type with the specified name.static DetailStatus[]DetailStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type DetailStatusMethods in software.amazon.awssdk.services.pi.model with parameters of type DetailStatusModifier and TypeMethodDescriptionDimensionKeyDetail.Builder.status(DetailStatus status) The status of the dimension detail data.