Uses of Class
software.amazon.awssdk.services.guardduty.model.DestinationType
-
Packages that use DestinationType Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of DestinationType in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return DestinationType Modifier and Type Method Description DestinationTypeCreatePublishingDestinationRequest. destinationType()The type of resource for the publishing destination.DestinationTypeDescribePublishingDestinationResponse. destinationType()The type of publishing destination.DestinationTypeDestination. destinationType()The type of resource used for the publishing destination.static DestinationTypeDestinationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DestinationTypeDestinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DestinationType[]DestinationType. 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 DestinationType Modifier and Type Method Description static Set<DestinationType>DestinationType. knownValues()Methods in software.amazon.awssdk.services.guardduty.model with parameters of type DestinationType Modifier and Type Method Description CreatePublishingDestinationRequest.BuilderCreatePublishingDestinationRequest.Builder. destinationType(DestinationType destinationType)The type of resource for the publishing destination.DescribePublishingDestinationResponse.BuilderDescribePublishingDestinationResponse.Builder. destinationType(DestinationType destinationType)The type of publishing destination.Destination.BuilderDestination.Builder. destinationType(DestinationType destinationType)The type of resource used for the publishing destination.
-