Uses of Class
software.amazon.awssdk.services.emr.model.KerberosAttributes
-
Packages that use KerberosAttributes Package Description software.amazon.awssdk.services.emr.model -
-
Uses of KerberosAttributes in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return KerberosAttributes Modifier and Type Method Description KerberosAttributesCluster. kerberosAttributes()Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.KerberosAttributesRunJobFlowRequest. kerberosAttributes()Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.Methods in software.amazon.awssdk.services.emr.model with parameters of type KerberosAttributes Modifier and Type Method Description Cluster.BuilderCluster.Builder. kerberosAttributes(KerberosAttributes kerberosAttributes)Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. kerberosAttributes(KerberosAttributes kerberosAttributes)Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration.
-