| Package | Description |
|---|---|
| com.amazonaws.services.schemas |
Amazon EventBridge Schema Registry
|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSchemaResult> |
AWSSchemasAsyncClient.createSchemaAsync(CreateSchemaRequest request,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler) |
Future<CreateSchemaResult> |
AWSSchemasAsync.createSchemaAsync(CreateSchemaRequest createSchemaRequest,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler)
Creates a schema definition.
|
Future<CreateSchemaResult> |
AbstractAWSSchemasAsync.createSchemaAsync(CreateSchemaRequest request,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaRequest |
CreateSchemaRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSchemaRequest |
CreateSchemaRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSchemaRequest |
CreateSchemaRequest.clone() |
CreateSchemaRequest |
CreateSchemaRequest.withContent(String content)
The source of the schema definition.
|
CreateSchemaRequest |
CreateSchemaRequest.withDescription(String description)
A description of the schema.
|
CreateSchemaRequest |
CreateSchemaRequest.withRegistryName(String registryName)
The name of the registry.
|
CreateSchemaRequest |
CreateSchemaRequest.withSchemaName(String schemaName)
The name of the schema.
|
CreateSchemaRequest |
CreateSchemaRequest.withTags(Map<String,String> tags)
Tags associated with the schema.
|
CreateSchemaRequest |
CreateSchemaRequest.withType(String type)
The type of schema.
|
CreateSchemaRequest |
CreateSchemaRequest.withType(Type type)
The type of schema.
|
Copyright © 2025. All rights reserved.