| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
default GetEnabledStandardsResponse |
SecurityHubClient.getEnabledStandards(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)
Returns a list of the standards that are currently enabled.
|
default CompletableFuture<GetEnabledStandardsResponse> |
SecurityHubAsyncClient.getEnabledStandards(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)
Returns a list of the standards that are currently enabled.
|
default GetEnabledStandardsIterable |
SecurityHubClient.getEnabledStandardsPaginator(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)
Returns a list of the standards that are currently enabled.
|
default GetEnabledStandardsPublisher |
SecurityHubAsyncClient.getEnabledStandardsPaginator(Consumer<GetEnabledStandardsRequest.Builder> getEnabledStandardsRequest)
Returns a list of the standards that are currently enabled.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEnabledStandardsRequest.Builder |
GetEnabledStandardsRequest.builder() |
GetEnabledStandardsRequest.Builder |
GetEnabledStandardsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetEnabledStandardsRequest.Builder |
GetEnabledStandardsRequest.Builder.nextToken(String nextToken)
The token that is required for pagination.
|
GetEnabledStandardsRequest.Builder |
GetEnabledStandardsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEnabledStandardsRequest.Builder |
GetEnabledStandardsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEnabledStandardsRequest.Builder |
GetEnabledStandardsRequest.Builder.standardsSubscriptionArns(Collection<String> standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
|
GetEnabledStandardsRequest.Builder |
GetEnabledStandardsRequest.Builder.standardsSubscriptionArns(String... standardsSubscriptionArns)
The list of the standards subscription ARNs for the standards to retrieve.
|
GetEnabledStandardsRequest.Builder |
GetEnabledStandardsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEnabledStandardsRequest.Builder> |
GetEnabledStandardsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.