| Package | Description |
|---|---|
| com.amazonaws.services.schemas |
Amazon EventBridge Schema Registry
|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ExportSchemaResult> |
AbstractAWSSchemasAsync.exportSchemaAsync(ExportSchemaRequest request,
AsyncHandler<ExportSchemaRequest,ExportSchemaResult> asyncHandler) |
Future<ExportSchemaResult> |
AWSSchemasAsyncClient.exportSchemaAsync(ExportSchemaRequest request,
AsyncHandler<ExportSchemaRequest,ExportSchemaResult> asyncHandler) |
Future<ExportSchemaResult> |
AWSSchemasAsync.exportSchemaAsync(ExportSchemaRequest exportSchemaRequest,
AsyncHandler<ExportSchemaRequest,ExportSchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ExportSchemaRequest |
ExportSchemaRequest.clone() |
ExportSchemaRequest |
ExportSchemaRequest.withRegistryName(String registryName)
The name of the registry.
|
ExportSchemaRequest |
ExportSchemaRequest.withSchemaName(String schemaName)
The name of the schema.
|
ExportSchemaRequest |
ExportSchemaRequest.withSchemaVersion(String schemaVersion)
Specifying this limits the results to only this schema version.
|
ExportSchemaRequest |
ExportSchemaRequest.withType(String type) |
Copyright © 2021. All rights reserved.