Uses of Interface
software.amazon.awssdk.services.appsync.model.AuthMode.Builder
-
Packages that use AuthMode.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of AuthMode.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return AuthMode.Builder Modifier and Type Method Description AuthMode.BuilderAuthMode.Builder. authType(String authType)The authorization type.AuthMode.BuilderAuthMode.Builder. authType(AuthenticationType authType)The authorization type.static AuthMode.BuilderAuthMode. builder()AuthMode.BuilderAuthMode. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type AuthMode.Builder Modifier and Type Method Description static Class<? extends AuthMode.Builder>AuthMode. serializableBuilderClass()
-