| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf |
|
| software.amazon.awssdk.services.waf.model | |
| software.amazon.awssdk.services.waf.regional |
|
| Modifier and Type | Method and Description |
|---|---|
default GetIpSetResponse |
WafClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
|
default CompletableFuture<GetIpSetResponse> |
WafAsyncClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static GetIpSetRequest.Builder |
GetIpSetRequest.builder() |
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.ipSetId(String ipSetId)
The
IPSetId of the IPSet that you want to get. |
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIpSetRequest.Builder |
GetIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIpSetRequest.Builder |
GetIpSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIpSetRequest.Builder> |
GetIpSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetIpSetResponse |
WafRegionalClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
|
default CompletableFuture<GetIpSetResponse> |
WafRegionalAsyncClient.getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)
|
Copyright © 2023. All rights reserved.