Uses of Class
software.amazon.awssdk.services.schemas.model.ExportSchemaRequest
-
Packages that use ExportSchemaRequest Package Description software.amazon.awssdk.services.schemas Amazon EventBridge Schema Registrysoftware.amazon.awssdk.services.schemas.transform -
-
Uses of ExportSchemaRequest in software.amazon.awssdk.services.schemas
Methods in software.amazon.awssdk.services.schemas with parameters of type ExportSchemaRequest Modifier and Type Method Description default CompletableFuture<ExportSchemaResponse>SchemasAsyncClient. exportSchema(ExportSchemaRequest exportSchemaRequest)Invokes the ExportSchema operation asynchronously.default ExportSchemaResponseSchemasClient. exportSchema(ExportSchemaRequest exportSchemaRequest)Invokes the ExportSchema operation. -
Uses of ExportSchemaRequest in software.amazon.awssdk.services.schemas.transform
Methods in software.amazon.awssdk.services.schemas.transform with parameters of type ExportSchemaRequest Modifier and Type Method Description SdkHttpFullRequestExportSchemaRequestMarshaller. marshall(ExportSchemaRequest exportSchemaRequest)
-