Uses of Class
software.amazon.awssdk.services.redshift.model.ServiceAuthorization
-
Packages that use ServiceAuthorization Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ServiceAuthorization in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ServiceAuthorization Modifier and Type Method Description ServiceAuthorizationLakeFormationQuery. authorization()Determines whether the query scope is enabled or disabled.static ServiceAuthorizationServiceAuthorization. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ServiceAuthorizationServiceAuthorization. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceAuthorization[]ServiceAuthorization. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ServiceAuthorization Modifier and Type Method Description static Set<ServiceAuthorization>ServiceAuthorization. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type ServiceAuthorization Modifier and Type Method Description LakeFormationQuery.BuilderLakeFormationQuery.Builder. authorization(ServiceAuthorization authorization)Determines whether the query scope is enabled or disabled.
-