Uses of Class
software.amazon.awssdk.services.appfabric.model.AuthType
-
Packages that use AuthType Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of AuthType in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return AuthType Modifier and Type Method Description AuthTypeAppAuthorization. authType()The authorization type.AuthTypeCreateAppAuthorizationRequest. authType()The authorization type for the app authorization.static AuthTypeAuthType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthTypeAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthType[]AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type AuthType Modifier and Type Method Description static Set<AuthType>AuthType. knownValues()Methods in software.amazon.awssdk.services.appfabric.model with parameters of type AuthType Modifier and Type Method Description AppAuthorization.BuilderAppAuthorization.Builder. authType(AuthType authType)The authorization type.CreateAppAuthorizationRequest.BuilderCreateAppAuthorizationRequest.Builder. authType(AuthType authType)The authorization type for the app authorization.
-