| Package | Description |
|---|---|
| com.amazonaws.services.schemas |
Amazon EventBridge Schema Registry
|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateRegistryResult |
AWSSchemas.updateRegistry(UpdateRegistryRequest updateRegistryRequest)
Updates a registry.
|
UpdateRegistryResult |
AWSSchemasClient.updateRegistry(UpdateRegistryRequest request)
Updates a registry.
|
UpdateRegistryResult |
AbstractAWSSchemas.updateRegistry(UpdateRegistryRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRegistryResult> |
AWSSchemasAsync.updateRegistryAsync(UpdateRegistryRequest updateRegistryRequest,
AsyncHandler<UpdateRegistryRequest,UpdateRegistryResult> asyncHandler)
Updates a registry.
|
Future<UpdateRegistryResult> |
AWSSchemasAsyncClient.updateRegistryAsync(UpdateRegistryRequest request,
AsyncHandler<UpdateRegistryRequest,UpdateRegistryResult> asyncHandler) |
Future<UpdateRegistryResult> |
AbstractAWSSchemasAsync.updateRegistryAsync(UpdateRegistryRequest request,
AsyncHandler<UpdateRegistryRequest,UpdateRegistryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRegistryResult |
UpdateRegistryResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateRegistryResult |
UpdateRegistryResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateRegistryResult |
UpdateRegistryResult.clone() |
UpdateRegistryResult |
UpdateRegistryResult.withDescription(String description)
The description of the registry.
|
UpdateRegistryResult |
UpdateRegistryResult.withRegistryArn(String registryArn)
The ARN of the registry.
|
UpdateRegistryResult |
UpdateRegistryResult.withRegistryName(String registryName)
The name of the registry.
|
UpdateRegistryResult |
UpdateRegistryResult.withTags(Map<String,String> tags)
Tags associated with the registry.
|
Copyright © 2020. All rights reserved.