| Package | Description |
|---|---|
| software.amazon.awssdk.services.schemas |
Amazon EventBridge Schema Registry
|
| software.amazon.awssdk.services.schemas.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDiscoverersResponse |
SchemasClient.listDiscoverers(Consumer<ListDiscoverersRequest.Builder> listDiscoverersRequest)
List the discoverers.
|
default ListDiscoverersResponse |
SchemasClient.listDiscoverers(ListDiscoverersRequest listDiscoverersRequest)
List the discoverers.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDiscoverersResponse> |
SchemasAsyncClient.listDiscoverers(Consumer<ListDiscoverersRequest.Builder> listDiscoverersRequest)
List the discoverers.
|
default CompletableFuture<ListDiscoverersResponse> |
SchemasAsyncClient.listDiscoverers(ListDiscoverersRequest listDiscoverersRequest)
List the discoverers.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDiscoverersResponse> |
ListDiscoverersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDiscoverersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDiscoverersResponse> subscriber) |
Copyright © 2022. All rights reserved.