| Package | Description |
|---|---|
| com.amazonaws.services.schemas |
AWS EventBridge Schemas
|
| com.amazonaws.services.schemas.model |
| 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 |
|---|---|
CreateSchemaRequest |
CreateSchemaRequest.addTagsEntry(String key,
String value) |
CreateSchemaRequest |
CreateSchemaRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateSchemaRequest |
CreateSchemaRequest.clone() |
CreateSchemaRequest |
CreateSchemaRequest.withContent(String content) |
CreateSchemaRequest |
CreateSchemaRequest.withDescription(String description)
A description of the schema.
|
CreateSchemaRequest |
CreateSchemaRequest.withRegistryName(String registryName) |
CreateSchemaRequest |
CreateSchemaRequest.withSchemaName(String schemaName) |
CreateSchemaRequest |
CreateSchemaRequest.withTags(Map<String,String> tags)
Tags associated with the schema.
|
CreateSchemaRequest |
CreateSchemaRequest.withType(String type) |
CreateSchemaRequest |
CreateSchemaRequest.withType(Type type) |
Copyright © 2020. All rights reserved.