Uses of Interface
software.amazon.awssdk.services.appsync.model.GetIntrospectionSchemaResponse.Builder
-
Packages that use GetIntrospectionSchemaResponse.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of GetIntrospectionSchemaResponse.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return GetIntrospectionSchemaResponse.Builder Modifier and Type Method Description static GetIntrospectionSchemaResponse.BuilderGetIntrospectionSchemaResponse. builder()GetIntrospectionSchemaResponse.BuilderGetIntrospectionSchemaResponse.Builder. schema(SdkBytes schema)The schema, in GraphQL Schema Definition Language (SDL) format.GetIntrospectionSchemaResponse.BuilderGetIntrospectionSchemaResponse. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type GetIntrospectionSchemaResponse.Builder Modifier and Type Method Description static Class<? extends GetIntrospectionSchemaResponse.Builder>GetIntrospectionSchemaResponse. serializableBuilderClass()
-