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