Uses of Class
software.amazon.awssdk.codegen.model.service.AuthType
-
Packages that use AuthType Package Description software.amazon.awssdk.codegen.model.intermediate software.amazon.awssdk.codegen.model.service software.amazon.awssdk.codegen.poet.auth.scheme -
-
Uses of AuthType in software.amazon.awssdk.codegen.model.intermediate
Methods in software.amazon.awssdk.codegen.model.intermediate that return AuthType Modifier and Type Method Description AuthTypeMetadata. getAuthType()AuthTypeOperationModel. getAuthType()Methods in software.amazon.awssdk.codegen.model.intermediate that return types with arguments of type AuthType Modifier and Type Method Description List<AuthType>Metadata. getAuth()List<AuthType>OperationModel. getAuth()Methods in software.amazon.awssdk.codegen.model.intermediate with parameters of type AuthType Modifier and Type Method Description voidMetadata. setAuthType(AuthType authType)voidOperationModel. setAuthType(AuthType authType)MetadataMetadata. withAuthType(AuthType authType)Method parameters in software.amazon.awssdk.codegen.model.intermediate with type arguments of type AuthType Modifier and Type Method Description voidMetadata. setAuth(List<AuthType> auth)voidOperationModel. setAuth(List<AuthType> auth)MetadataMetadata. withAuth(List<AuthType> auth) -
Uses of AuthType in software.amazon.awssdk.codegen.model.service
Methods in software.amazon.awssdk.codegen.model.service that return AuthType Modifier and Type Method Description static AuthTypeAuthType. fromValue(String value)AuthTypeOperation. getAuthtype()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. -
Uses of AuthType in software.amazon.awssdk.codegen.poet.auth.scheme
Methods in software.amazon.awssdk.codegen.poet.auth.scheme that return types with arguments of type AuthType Modifier and Type Method Description Map<List<String>,List<AuthType>>AuthSchemeSpecUtils. operationsToAuthType()List<AuthType>AuthSchemeSpecUtils. serviceDefaultAuthTypes()Methods in software.amazon.awssdk.codegen.poet.auth.scheme with parameters of type AuthType Modifier and Type Method Description voidModelBasedAuthSchemeProviderSpec. addAuthTypeProperties(com.squareup.javapoet.MethodSpec.Builder spec, AuthType authType)static AuthSchemeCodegenMetadataAuthSchemeCodegenMetadata. fromAuthType(AuthType type)
-