| 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 UpdateIpSetResponse |
WafClient.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
|
default CompletableFuture<UpdateIpSetResponse> |
WafAsyncClient.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateIpSetRequest.Builder |
UpdateIpSetRequest.builder() |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.ipSetId(String ipSetId)
The
IPSetId of the IPSet that you want to update. |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.toBuilder() |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.updates(Collection<IPSetUpdate> updates)
An array of
IPSetUpdate objects that you want to insert into or delete from an IPSet. |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.updates(Consumer<IPSetUpdate.Builder>... updates)
An array of
IPSetUpdate objects that you want to insert into or delete from an IPSet. |
UpdateIpSetRequest.Builder |
UpdateIpSetRequest.Builder.updates(IPSetUpdate... updates)
An array of
IPSetUpdate objects that you want to insert into or delete from an IPSet. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIpSetRequest.Builder> |
UpdateIpSetRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateIpSetResponse |
WafRegionalClient.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
|
default CompletableFuture<UpdateIpSetResponse> |
WafRegionalAsyncClient.updateIPSet(Consumer<UpdateIpSetRequest.Builder> updateIpSetRequest)
|
Copyright © 2023. All rights reserved.