| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2 |
Amazon Web Services Resource Explorer is a resource search and discovery service.
|
| software.amazon.awssdk.services.resourceexplorer2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListViewsResponse |
ResourceExplorer2Client.listViews(Consumer<ListViewsRequest.Builder> listViewsRequest)
Lists the Amazon resource
names (ARNs) of the views available in the Amazon Web Services Region in which you call this operation.
|
default ListViewsResponse |
ResourceExplorer2Client.listViews(ListViewsRequest listViewsRequest)
Lists the Amazon resource
names (ARNs) of the views available in the Amazon Web Services Region in which you call this operation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListViewsResponse> |
ResourceExplorer2AsyncClient.listViews(Consumer<ListViewsRequest.Builder> listViewsRequest)
Lists the Amazon resource
names (ARNs) of the views available in the Amazon Web Services Region in which you call this operation.
|
default CompletableFuture<ListViewsResponse> |
ResourceExplorer2AsyncClient.listViews(ListViewsRequest listViewsRequest)
Lists the Amazon resource
names (ARNs) of the views available in the Amazon Web Services Region in which you call this operation.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListViewsResponse> |
ListViewsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListViewsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListViewsResponse> subscriber) |
Copyright © 2023. All rights reserved.