| Package | Description |
|---|---|
| com.amazonaws.services.schemas |
Amazon EventBridge Schema Registry
|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaResult |
AWSSchemas.createSchema(CreateSchemaRequest createSchemaRequest)
Creates a schema definition.
|
CreateSchemaResult |
AbstractAWSSchemas.createSchema(CreateSchemaRequest request) |
CreateSchemaResult |
AWSSchemasClient.createSchema(CreateSchemaRequest request)
Creates a schema definition.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSchemaResult> |
AWSSchemasAsync.createSchemaAsync(CreateSchemaRequest createSchemaRequest)
Creates a schema definition.
|
Future<CreateSchemaResult> |
AWSSchemasAsyncClient.createSchemaAsync(CreateSchemaRequest request) |
Future<CreateSchemaResult> |
AbstractAWSSchemasAsync.createSchemaAsync(CreateSchemaRequest request) |
Future<CreateSchemaResult> |
AWSSchemasAsync.createSchemaAsync(CreateSchemaRequest createSchemaRequest,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler)
Creates a schema definition.
|
Future<CreateSchemaResult> |
AWSSchemasAsyncClient.createSchemaAsync(CreateSchemaRequest request,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler) |
Future<CreateSchemaResult> |
AbstractAWSSchemasAsync.createSchemaAsync(CreateSchemaRequest request,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSchemaResult> |
AWSSchemasAsync.createSchemaAsync(CreateSchemaRequest createSchemaRequest,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler)
Creates a schema definition.
|
Future<CreateSchemaResult> |
AWSSchemasAsyncClient.createSchemaAsync(CreateSchemaRequest request,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler) |
Future<CreateSchemaResult> |
AbstractAWSSchemasAsync.createSchemaAsync(CreateSchemaRequest request,
AsyncHandler<CreateSchemaRequest,CreateSchemaResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSchemaResult |
CreateSchemaResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateSchemaResult |
CreateSchemaResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSchemaResult |
CreateSchemaResult.clone() |
CreateSchemaResult |
CreateSchemaResult.withDescription(String description)
The description of the schema.
|
CreateSchemaResult |
CreateSchemaResult.withLastModified(Date lastModified)
The date and time that schema was modified.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaArn(String schemaArn)
The ARN of the schema.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaName(String schemaName)
The name of the schema.
|
CreateSchemaResult |
CreateSchemaResult.withSchemaVersion(String schemaVersion)
The version number of the schema
|
CreateSchemaResult |
CreateSchemaResult.withTags(Map<String,String> tags) |
CreateSchemaResult |
CreateSchemaResult.withType(String type)
The type of the schema.
|
CreateSchemaResult |
CreateSchemaResult.withVersionCreatedDate(Date versionCreatedDate)
The date the schema version was created.
|
Copyright © 2021. All rights reserved.