| Package | Description |
|---|---|
| software.amazon.awssdk.services.detective |
Detective uses machine learning and purpose-built visualizations to help you to analyze and investigate security
issues across your Amazon Web Services (Amazon Web Services) workloads.
|
| software.amazon.awssdk.services.detective.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDatasourcePackagesResponse |
DetectiveClient.listDatasourcePackages(Consumer<ListDatasourcePackagesRequest.Builder> listDatasourcePackagesRequest)
Lists data source packages in the behavior graph.
|
default ListDatasourcePackagesResponse |
DetectiveClient.listDatasourcePackages(ListDatasourcePackagesRequest listDatasourcePackagesRequest)
Lists data source packages in the behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDatasourcePackagesResponse> |
DetectiveAsyncClient.listDatasourcePackages(Consumer<ListDatasourcePackagesRequest.Builder> listDatasourcePackagesRequest)
Lists data source packages in the behavior graph.
|
default CompletableFuture<ListDatasourcePackagesResponse> |
DetectiveAsyncClient.listDatasourcePackages(ListDatasourcePackagesRequest listDatasourcePackagesRequest)
Lists data source packages in the behavior graph.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDatasourcePackagesResponse> |
ListDatasourcePackagesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDatasourcePackagesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDatasourcePackagesResponse> subscriber) |
Copyright © 2023. All rights reserved.