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