Uses of Class
software.amazon.awssdk.services.athena.model.AuthenticationType
-
Packages that use AuthenticationType Package Description software.amazon.awssdk.services.athena.model -
-
Uses of AuthenticationType in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return AuthenticationType Modifier and Type Method Description AuthenticationTypeQueryResultsS3AccessGrantsConfiguration. authenticationType()The authentication type used for Amazon S3 access grants.static AuthenticationTypeAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationTypeAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type AuthenticationType Modifier and Type Method Description static Set<AuthenticationType>AuthenticationType. knownValues()Methods in software.amazon.awssdk.services.athena.model with parameters of type AuthenticationType Modifier and Type Method Description QueryResultsS3AccessGrantsConfiguration.BuilderQueryResultsS3AccessGrantsConfiguration.Builder. authenticationType(AuthenticationType authenticationType)The authentication type used for Amazon S3 access grants.
-