@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSSchemas
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSSchemas instead.
AWS EventBridge Schemas
| Modifier and Type | Field and Description |
|---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDiscovererResult |
createDiscoverer(CreateDiscovererRequest createDiscovererRequest)
Creates a discoverer.
|
CreateRegistryResult |
createRegistry(CreateRegistryRequest createRegistryRequest)
Creates a registry.
|
CreateSchemaResult |
createSchema(CreateSchemaRequest createSchemaRequest)
Creates a schema definition.
|
DeleteDiscovererResult |
deleteDiscoverer(DeleteDiscovererRequest deleteDiscovererRequest)
Deletes a discoverer.
|
DeleteRegistryResult |
deleteRegistry(DeleteRegistryRequest deleteRegistryRequest)
Deletes a Registry.
|
DeleteSchemaResult |
deleteSchema(DeleteSchemaRequest deleteSchemaRequest)
Delete a schema definition.
|
DeleteSchemaVersionResult |
deleteSchemaVersion(DeleteSchemaVersionRequest deleteSchemaVersionRequest)
Delete the schema version definition
|
DescribeCodeBindingResult |
describeCodeBinding(DescribeCodeBindingRequest describeCodeBindingRequest)
Describe the code binding URI.
|
DescribeDiscovererResult |
describeDiscoverer(DescribeDiscovererRequest describeDiscovererRequest)
Describes the discoverer.
|
DescribeRegistryResult |
describeRegistry(DescribeRegistryRequest describeRegistryRequest)
Describes the registry.
|
DescribeSchemaResult |
describeSchema(DescribeSchemaRequest describeSchemaRequest)
Retrieve the schema definition.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCodeBindingSourceResult |
getCodeBindingSource(GetCodeBindingSourceRequest getCodeBindingSourceRequest)
Get the code binding source URI.
|
GetDiscoveredSchemaResult |
getDiscoveredSchema(GetDiscoveredSchemaRequest getDiscoveredSchemaRequest)
Get the discovered schema that was generated based on sampled events.
|
ListDiscoverersResult |
listDiscoverers(ListDiscoverersRequest listDiscoverersRequest)
List the discoverers.
|
ListRegistriesResult |
listRegistries(ListRegistriesRequest listRegistriesRequest)
List the registries.
|
ListSchemasResult |
listSchemas(ListSchemasRequest listSchemasRequest)
List the schemas.
|
ListSchemaVersionsResult |
listSchemaVersions(ListSchemaVersionsRequest listSchemaVersionsRequest)
Provides a list of the schema versions and related information.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Get tags for resource.
|
LockServiceLinkedRoleResult |
lockServiceLinkedRole(LockServiceLinkedRoleRequest lockServiceLinkedRoleRequest) |
PutCodeBindingResult |
putCodeBinding(PutCodeBindingRequest putCodeBindingRequest)
Put code binding URI
|
SearchSchemasResult |
searchSchemas(SearchSchemasRequest searchSchemasRequest)
Search the schemas
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartDiscovererResult |
startDiscoverer(StartDiscovererRequest startDiscovererRequest)
Starts the discoverer
|
StopDiscovererResult |
stopDiscoverer(StopDiscovererRequest stopDiscovererRequest)
Stops the discoverer
|
TagResourceResult |
tagResource(TagResourceRequest tagResourceRequest)
Add tags to a resource.
|
UnlockServiceLinkedRoleResult |
unlockServiceLinkedRole(UnlockServiceLinkedRoleRequest unlockServiceLinkedRoleRequest) |
UntagResourceResult |
untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
UpdateDiscovererResult |
updateDiscoverer(UpdateDiscovererRequest updateDiscovererRequest)
Updates the discoverer
|
UpdateRegistryResult |
updateRegistry(UpdateRegistryRequest updateRegistryRequest)
Updates a registry.
|
UpdateSchemaResult |
updateSchema(UpdateSchemaRequest updateSchemaRequest)
Updates the schema definition
|
AWSSchemasWaiters |
waiters() |
static final String ENDPOINT_PREFIX
CreateDiscovererResult createDiscoverer(CreateDiscovererRequest createDiscovererRequest)
Creates a discoverer.
createDiscovererRequest - BadRequestExceptionInternalServerErrorExceptionUnauthorizedExceptionForbiddenExceptionServiceUnavailableExceptionConflictExceptionCreateRegistryResult createRegistry(CreateRegistryRequest createRegistryRequest)
Creates a registry.
createRegistryRequest - BadRequestExceptionInternalServerErrorExceptionUnauthorizedExceptionForbiddenExceptionServiceUnavailableExceptionConflictExceptionCreateSchemaResult createSchema(CreateSchemaRequest createSchemaRequest)
Creates a schema definition.
createSchemaRequest - ServiceUnavailableExceptionBadRequestExceptionInternalServerErrorExceptionForbiddenExceptionDeleteDiscovererResult deleteDiscoverer(DeleteDiscovererRequest deleteDiscovererRequest)
Deletes a discoverer.
deleteDiscovererRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionDeleteRegistryResult deleteRegistry(DeleteRegistryRequest deleteRegistryRequest)
Deletes a Registry.
deleteRegistryRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionDeleteSchemaResult deleteSchema(DeleteSchemaRequest deleteSchemaRequest)
Delete a schema definition.
deleteSchemaRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionDeleteSchemaVersionResult deleteSchemaVersion(DeleteSchemaVersionRequest deleteSchemaVersionRequest)
Delete the schema version definition
deleteSchemaVersionRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionDescribeCodeBindingResult describeCodeBinding(DescribeCodeBindingRequest describeCodeBindingRequest)
Describe the code binding URI.
describeCodeBindingRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionTooManyRequestsExceptionDescribeDiscovererResult describeDiscoverer(DescribeDiscovererRequest describeDiscovererRequest)
Describes the discoverer.
describeDiscovererRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionDescribeRegistryResult describeRegistry(DescribeRegistryRequest describeRegistryRequest)
Describes the registry.
describeRegistryRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionDescribeSchemaResult describeSchema(DescribeSchemaRequest describeSchemaRequest)
Retrieve the schema definition.
describeSchemaRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionGetCodeBindingSourceResult getCodeBindingSource(GetCodeBindingSourceRequest getCodeBindingSourceRequest)
Get the code binding source URI.
getCodeBindingSourceRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionTooManyRequestsExceptionGetDiscoveredSchemaResult getDiscoveredSchema(GetDiscoveredSchemaRequest getDiscoveredSchemaRequest)
Get the discovered schema that was generated based on sampled events.
getDiscoveredSchemaRequest - ServiceUnavailableExceptionBadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionListDiscoverersResult listDiscoverers(ListDiscoverersRequest listDiscoverersRequest)
List the discoverers.
listDiscoverersRequest - ServiceUnavailableExceptionBadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionListRegistriesResult listRegistries(ListRegistriesRequest listRegistriesRequest)
List the registries.
listRegistriesRequest - ServiceUnavailableExceptionBadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionListSchemaVersionsResult listSchemaVersions(ListSchemaVersionsRequest listSchemaVersionsRequest)
Provides a list of the schema versions and related information.
listSchemaVersionsRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionListSchemasResult listSchemas(ListSchemasRequest listSchemasRequest)
List the schemas.
listSchemasRequest - ServiceUnavailableExceptionBadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Get tags for resource.
listTagsForResourceRequest - NotFoundExceptionBadRequestExceptionInternalServerErrorExceptionForbiddenExceptionLockServiceLinkedRoleResult lockServiceLinkedRole(LockServiceLinkedRoleRequest lockServiceLinkedRoleRequest)
lockServiceLinkedRoleRequest - ServiceUnavailableExceptionBadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionPutCodeBindingResult putCodeBinding(PutCodeBindingRequest putCodeBindingRequest)
Put code binding URI
putCodeBindingRequest - GoneExceptionBadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionTooManyRequestsExceptionSearchSchemasResult searchSchemas(SearchSchemasRequest searchSchemasRequest)
Search the schemas
searchSchemasRequest - ServiceUnavailableExceptionBadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionStartDiscovererResult startDiscoverer(StartDiscovererRequest startDiscovererRequest)
Starts the discoverer
startDiscovererRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionStopDiscovererResult stopDiscoverer(StopDiscovererRequest stopDiscovererRequest)
Stops the discoverer
stopDiscovererRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionTagResourceResult tagResource(TagResourceRequest tagResourceRequest)
Add tags to a resource.
tagResourceRequest - NotFoundExceptionBadRequestExceptionInternalServerErrorExceptionForbiddenExceptionUnlockServiceLinkedRoleResult unlockServiceLinkedRole(UnlockServiceLinkedRoleRequest unlockServiceLinkedRoleRequest)
unlockServiceLinkedRoleRequest - ServiceUnavailableExceptionBadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionUntagResourceResult untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
untagResourceRequest - NotFoundExceptionBadRequestExceptionInternalServerErrorExceptionForbiddenExceptionUpdateDiscovererResult updateDiscoverer(UpdateDiscovererRequest updateDiscovererRequest)
Updates the discoverer
updateDiscovererRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionUpdateRegistryResult updateRegistry(UpdateRegistryRequest updateRegistryRequest)
Updates a registry.
updateRegistryRequest - BadRequestExceptionUnauthorizedExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionUpdateSchemaResult updateSchema(UpdateSchemaRequest updateSchemaRequest)
Updates the schema definition
updateSchemaRequest - BadRequestExceptionInternalServerErrorExceptionForbiddenExceptionNotFoundExceptionServiceUnavailableExceptionvoid shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request - The originally executed request.AWSSchemasWaiters waiters()
Copyright © 2020. All rights reserved.