| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2 |
|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetManagedRuleSetResponse |
Wafv2Client.getManagedRuleSet(Consumer<GetManagedRuleSetRequest.Builder> getManagedRuleSetRequest)
Retrieves the specified managed rule set.
|
default CompletableFuture<GetManagedRuleSetResponse> |
Wafv2AsyncClient.getManagedRuleSet(Consumer<GetManagedRuleSetRequest.Builder> getManagedRuleSetRequest)
Retrieves the specified managed rule set.
|
| Modifier and Type | Method and Description |
|---|---|
static GetManagedRuleSetRequest.Builder |
GetManagedRuleSetRequest.builder() |
GetManagedRuleSetRequest.Builder |
GetManagedRuleSetRequest.Builder.id(String id)
A unique identifier for the managed rule set.
|
GetManagedRuleSetRequest.Builder |
GetManagedRuleSetRequest.Builder.name(String name)
The name of the managed rule set.
|
GetManagedRuleSetRequest.Builder |
GetManagedRuleSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetManagedRuleSetRequest.Builder |
GetManagedRuleSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetManagedRuleSetRequest.Builder |
GetManagedRuleSetRequest.Builder.scope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
GetManagedRuleSetRequest.Builder |
GetManagedRuleSetRequest.Builder.scope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
GetManagedRuleSetRequest.Builder |
GetManagedRuleSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetManagedRuleSetRequest.Builder> |
GetManagedRuleSetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.