Uses of Enum
software.amazon.awssdk.services.cloudfront.model.DistributionResourceType
Packages that use DistributionResourceType
-
Uses of DistributionResourceType in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return DistributionResourceTypeModifier and TypeMethodDescriptionstatic DistributionResourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DistributionResourceTypeDomainConflict.resourceType()The CloudFront resource type that has a domain conflict.static DistributionResourceTypeReturns the enum constant of this type with the specified name.static DistributionResourceType[]DistributionResourceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DistributionResourceTypeModifier and TypeMethodDescriptionstatic Set<DistributionResourceType>DistributionResourceType.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DistributionResourceTypeModifier and TypeMethodDescriptionDomainConflict.Builder.resourceType(DistributionResourceType resourceType) The CloudFront resource type that has a domain conflict.