Uses of Interface
software.amazon.awssdk.services.wafv2.model.GetIpSetRequest.Builder
-
Packages that use GetIpSetRequest.Builder Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.model -
-
Uses of GetIpSetRequest.Builder in software.amazon.awssdk.services.wafv2
Method parameters in software.amazon.awssdk.services.wafv2 with type arguments of type GetIpSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIpSetResponse>Wafv2AsyncClient. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)Retrieves the specified IPSet.default GetIpSetResponseWafv2Client. getIPSet(Consumer<GetIpSetRequest.Builder> getIpSetRequest)Retrieves the specified IPSet. -
Uses of GetIpSetRequest.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return GetIpSetRequest.Builder Modifier and Type Method Description static GetIpSetRequest.BuilderGetIpSetRequest. builder()GetIpSetRequest.BuilderGetIpSetRequest.Builder. id(String id)A unique identifier for the set.GetIpSetRequest.BuilderGetIpSetRequest.Builder. name(String name)The name of the IP set.GetIpSetRequest.BuilderGetIpSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIpSetRequest.BuilderGetIpSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIpSetRequest.BuilderGetIpSetRequest.Builder. scope(String scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.GetIpSetRequest.BuilderGetIpSetRequest.Builder. scope(Scope scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.GetIpSetRequest.BuilderGetIpSetRequest. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type GetIpSetRequest.Builder Modifier and Type Method Description static Class<? extends GetIpSetRequest.Builder>GetIpSetRequest. serializableBuilderClass()
-