Uses of Enum
software.amazon.awssdk.services.cloudfront.model.ConnectionMode
Packages that use ConnectionMode
-
Uses of ConnectionMode in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ConnectionModeModifier and TypeMethodDescriptionfinal ConnectionModeDistributionConfig.connectionMode()This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).final ConnectionModeDistributionSummary.connectionMode()This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).final ConnectionModeListDistributionsByConnectionModeRequest.connectionMode()This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).static ConnectionModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionModeReturns the enum constant of this type with the specified name.static ConnectionMode[]ConnectionMode.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 ConnectionModeMethods in software.amazon.awssdk.services.cloudfront.model with parameters of type ConnectionModeModifier and TypeMethodDescriptionDistributionConfig.Builder.connectionMode(ConnectionMode connectionMode) This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).DistributionSummary.Builder.connectionMode(ConnectionMode connectionMode) This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).ListDistributionsByConnectionModeRequest.Builder.connectionMode(ConnectionMode connectionMode) This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).