Uses of Class
software.amazon.awssdk.services.iotsitewise.model.AuthMode
-
Packages that use AuthMode Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of AuthMode in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return AuthMode Modifier and Type Method Description static AuthModeAuthMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AuthModeCreatePortalRequest. portalAuthMode()The service to use to authenticate users to the portal.AuthModeDescribePortalResponse. portalAuthMode()The service to use to authenticate users to the portal.static AuthModeAuthMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthMode[]AuthMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type AuthMode Modifier and Type Method Description static Set<AuthMode>AuthMode. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type AuthMode Modifier and Type Method Description CreatePortalRequest.BuilderCreatePortalRequest.Builder. portalAuthMode(AuthMode portalAuthMode)The service to use to authenticate users to the portal.DescribePortalResponse.BuilderDescribePortalResponse.Builder. portalAuthMode(AuthMode portalAuthMode)The service to use to authenticate users to the portal.
-