Uses of Enum
software.amazon.awssdk.services.cloudfront.model.OriginAccessControlOriginTypes
Packages that use OriginAccessControlOriginTypes
-
Uses of OriginAccessControlOriginTypes in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginAccessControlOriginTypesModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.OriginAccessControlConfig.originAccessControlOriginType()The type of origin that this origin access control is for.OriginAccessControlSummary.originAccessControlOriginType()The type of origin that this origin access control is for.Returns the enum constant of this type with the specified name.static OriginAccessControlOriginTypes[]OriginAccessControlOriginTypes.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 OriginAccessControlOriginTypesModifier and TypeMethodDescriptionstatic Set<OriginAccessControlOriginTypes>OriginAccessControlOriginTypes.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginAccessControlOriginTypesModifier and TypeMethodDescriptionOriginAccessControlConfig.Builder.originAccessControlOriginType(OriginAccessControlOriginTypes originAccessControlOriginType) The type of origin that this origin access control is for.OriginAccessControlSummary.Builder.originAccessControlOriginType(OriginAccessControlOriginTypes originAccessControlOriginType) The type of origin that this origin access control is for.