| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
default ListEventSubscriptionsResponse |
InspectorClient.listEventSubscriptions(Consumer<ListEventSubscriptionsRequest.Builder> listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
default CompletableFuture<ListEventSubscriptionsResponse> |
InspectorAsyncClient.listEventSubscriptions(Consumer<ListEventSubscriptionsRequest.Builder> listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
default ListEventSubscriptionsIterable |
InspectorClient.listEventSubscriptionsPaginator(Consumer<ListEventSubscriptionsRequest.Builder> listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
default ListEventSubscriptionsPublisher |
InspectorAsyncClient.listEventSubscriptionsPaginator(Consumer<ListEventSubscriptionsRequest.Builder> listEventSubscriptionsRequest)
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment
template.
|
| Modifier and Type | Method and Description |
|---|---|
static ListEventSubscriptionsRequest.Builder |
ListEventSubscriptionsRequest.builder() |
ListEventSubscriptionsRequest.Builder |
ListEventSubscriptionsRequest.Builder.maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items you want in the response.
|
ListEventSubscriptionsRequest.Builder |
ListEventSubscriptionsRequest.Builder.nextToken(String nextToken)
You can use this parameter when paginating results.
|
ListEventSubscriptionsRequest.Builder |
ListEventSubscriptionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventSubscriptionsRequest.Builder |
ListEventSubscriptionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEventSubscriptionsRequest.Builder |
ListEventSubscriptionsRequest.Builder.resourceArn(String resourceArn)
The ARN of the assessment template for which you want to list the existing event subscriptions.
|
ListEventSubscriptionsRequest.Builder |
ListEventSubscriptionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEventSubscriptionsRequest.Builder> |
ListEventSubscriptionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.