Uses of Class
software.amazon.awssdk.services.schemas.model.UpdateSchemaRequest
-
Packages that use UpdateSchemaRequest Package Description software.amazon.awssdk.services.schemas Amazon EventBridge Schema Registrysoftware.amazon.awssdk.services.schemas.transform -
-
Uses of UpdateSchemaRequest in software.amazon.awssdk.services.schemas
Methods in software.amazon.awssdk.services.schemas with parameters of type UpdateSchemaRequest Modifier and Type Method Description default CompletableFuture<UpdateSchemaResponse>SchemasAsyncClient. updateSchema(UpdateSchemaRequest updateSchemaRequest)Updates the schema definitiondefault UpdateSchemaResponseSchemasClient. updateSchema(UpdateSchemaRequest updateSchemaRequest)Updates the schema definition -
Uses of UpdateSchemaRequest in software.amazon.awssdk.services.schemas.transform
Methods in software.amazon.awssdk.services.schemas.transform with parameters of type UpdateSchemaRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSchemaRequestMarshaller. marshall(UpdateSchemaRequest updateSchemaRequest)
-