Uses of Class
software.amazon.awssdk.services.appsync.model.TypeDefinitionFormat
-
Packages that use TypeDefinitionFormat Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of TypeDefinitionFormat in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return TypeDefinitionFormat Modifier and Type Method Description TypeDefinitionFormatCreateTypeRequest. format()The type format: SDL or JSON.TypeDefinitionFormatGetTypeRequest. format()The type format: SDL or JSON.TypeDefinitionFormatListTypesByAssociationRequest. format()The format type.TypeDefinitionFormatListTypesRequest. format()The type format: SDL or JSON.TypeDefinitionFormatType. format()The type format: SDL or JSON.TypeDefinitionFormatUpdateTypeRequest. format()The new type format: SDL or JSON.static TypeDefinitionFormatTypeDefinitionFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TypeDefinitionFormatTypeDefinitionFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TypeDefinitionFormat[]TypeDefinitionFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type TypeDefinitionFormat Modifier and Type Method Description static Set<TypeDefinitionFormat>TypeDefinitionFormat. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type TypeDefinitionFormat Modifier and Type Method Description CreateTypeRequest.BuilderCreateTypeRequest.Builder. format(TypeDefinitionFormat format)The type format: SDL or JSON.GetTypeRequest.BuilderGetTypeRequest.Builder. format(TypeDefinitionFormat format)The type format: SDL or JSON.ListTypesByAssociationRequest.BuilderListTypesByAssociationRequest.Builder. format(TypeDefinitionFormat format)The format type.ListTypesRequest.BuilderListTypesRequest.Builder. format(TypeDefinitionFormat format)The type format: SDL or JSON.Type.BuilderType.Builder. format(TypeDefinitionFormat format)The type format: SDL or JSON.UpdateTypeRequest.BuilderUpdateTypeRequest.Builder. format(TypeDefinitionFormat format)The new type format: SDL or JSON.
-