| Package | Description |
|---|---|
| com.amazonaws.services.schemas |
Amazon EventBridge Schema Registry
|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSchemaResult> |
AbstractAWSSchemasAsync.updateSchemaAsync(UpdateSchemaRequest request,
AsyncHandler<UpdateSchemaRequest,UpdateSchemaResult> asyncHandler) |
Future<UpdateSchemaResult> |
AWSSchemasAsyncClient.updateSchemaAsync(UpdateSchemaRequest request,
AsyncHandler<UpdateSchemaRequest,UpdateSchemaResult> asyncHandler) |
Future<UpdateSchemaResult> |
AWSSchemasAsync.updateSchemaAsync(UpdateSchemaRequest updateSchemaRequest,
AsyncHandler<UpdateSchemaRequest,UpdateSchemaResult> asyncHandler)
Updates the schema definition
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSchemaRequest |
UpdateSchemaRequest.clone() |
UpdateSchemaRequest |
UpdateSchemaRequest.withClientTokenId(String clientTokenId)
The ID of the client token.
|
UpdateSchemaRequest |
UpdateSchemaRequest.withContent(String content)
The source of the schema definition.
|
UpdateSchemaRequest |
UpdateSchemaRequest.withDescription(String description)
The description of the schema.
|
UpdateSchemaRequest |
UpdateSchemaRequest.withRegistryName(String registryName)
The name of the registry.
|
UpdateSchemaRequest |
UpdateSchemaRequest.withSchemaName(String schemaName)
The name of the schema.
|
UpdateSchemaRequest |
UpdateSchemaRequest.withType(String type)
The schema type for the events schema.
|
UpdateSchemaRequest |
UpdateSchemaRequest.withType(Type type)
The schema type for the events schema.
|
Copyright © 2021. All rights reserved.