| Package | Description |
|---|---|
| com.amazonaws.services.schemas |
Amazon EventBridge Schema Registry
|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDiscoverersResult> |
AWSSchemasAsyncClient.listDiscoverersAsync(ListDiscoverersRequest request,
AsyncHandler<ListDiscoverersRequest,ListDiscoverersResult> asyncHandler) |
Future<ListDiscoverersResult> |
AWSSchemasAsync.listDiscoverersAsync(ListDiscoverersRequest listDiscoverersRequest,
AsyncHandler<ListDiscoverersRequest,ListDiscoverersResult> asyncHandler)
List the discoverers.
|
Future<ListDiscoverersResult> |
AbstractAWSSchemasAsync.listDiscoverersAsync(ListDiscoverersRequest request,
AsyncHandler<ListDiscoverersRequest,ListDiscoverersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDiscoverersRequest |
ListDiscoverersRequest.clone() |
ListDiscoverersRequest |
ListDiscoverersRequest.withDiscovererIdPrefix(String discovererIdPrefix)
Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
|
ListDiscoverersRequest |
ListDiscoverersRequest.withLimit(Integer limit) |
ListDiscoverersRequest |
ListDiscoverersRequest.withNextToken(String nextToken)
The token that specifies the next page of results to return.
|
ListDiscoverersRequest |
ListDiscoverersRequest.withSourceArnPrefix(String sourceArnPrefix)
Specifying this limits the results to only those ARNs that start with the specified prefix.
|
Copyright © 2025. All rights reserved.