Uses of Enum
software.amazon.awssdk.services.cloudformation.model.PublisherStatus
Packages that use PublisherStatus
-
Uses of PublisherStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return PublisherStatusModifier and TypeMethodDescriptionstatic PublisherStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PublisherStatusDescribePublisherResponse.publisherStatus()Whether the publisher is verified.static PublisherStatusReturns the enum constant of this type with the specified name.static PublisherStatus[]PublisherStatus.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 PublisherStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type PublisherStatusModifier and TypeMethodDescriptionDescribePublisherResponse.Builder.publisherStatus(PublisherStatus publisherStatus) Whether the publisher is verified.