Uses of Class
software.amazon.awssdk.services.docdbelastic.model.Auth
-
Packages that use Auth Package Description software.amazon.awssdk.services.docdbelastic.model -
-
Uses of Auth in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return Auth Modifier and Type Method Description AuthCluster. authType()The authentication type for the Elastic DocumentDB cluster.AuthCreateClusterRequest. authType()The authentication type for the Elastic DocumentDB cluster.AuthUpdateClusterRequest. authType()The authentication type for the Elastic DocumentDB cluster.static AuthAuth. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthAuth. valueOf(String name)Returns the enum constant of this type with the specified name.static Auth[]Auth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type Auth Modifier and Type Method Description static Set<Auth>Auth. knownValues()Methods in software.amazon.awssdk.services.docdbelastic.model with parameters of type Auth Modifier and Type Method Description Cluster.BuilderCluster.Builder. authType(Auth authType)The authentication type for the Elastic DocumentDB cluster.CreateClusterRequest.BuilderCreateClusterRequest.Builder. authType(Auth authType)The authentication type for the Elastic DocumentDB cluster.UpdateClusterRequest.BuilderUpdateClusterRequest.Builder. authType(Auth authType)The authentication type for the Elastic DocumentDB cluster.
-