Uses of Class
software.amazon.awssdk.services.guardduty.model.PublishingStatus
-
Packages that use PublishingStatus Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of PublishingStatus in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return PublishingStatus Modifier and Type Method Description static PublishingStatusPublishingStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PublishingStatusDescribePublishingDestinationResponse. status()The status of the publishing destination.PublishingStatusDestination. status()The status of the publishing destination.static PublishingStatusPublishingStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PublishingStatus[]PublishingStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type PublishingStatus Modifier and Type Method Description static Set<PublishingStatus>PublishingStatus. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type PublishingStatus Modifier and Type Method Description DescribePublishingDestinationResponse.BuilderDescribePublishingDestinationResponse.Builder. status(PublishingStatus status)The status of the publishing destination.Destination.BuilderDestination.Builder. status(PublishingStatus status)The status of the publishing destination.
-