Uses of Interface
software.amazon.awssdk.services.wafv2.model.ListApiKeysRequest.Builder
-
Packages that use ListApiKeysRequest.Builder Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.model -
-
Uses of ListApiKeysRequest.Builder in software.amazon.awssdk.services.wafv2
Method parameters in software.amazon.awssdk.services.wafv2 with type arguments of type ListApiKeysRequest.Builder Modifier and Type Method Description default CompletableFuture<ListApiKeysResponse>Wafv2AsyncClient. listAPIKeys(Consumer<ListApiKeysRequest.Builder> listApiKeysRequest)Retrieves a list of the API keys that you've defined for the specified scope.default ListApiKeysResponseWafv2Client. listAPIKeys(Consumer<ListApiKeysRequest.Builder> listApiKeysRequest)Retrieves a list of the API keys that you've defined for the specified scope. -
Uses of ListApiKeysRequest.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return ListApiKeysRequest.Builder Modifier and Type Method Description static ListApiKeysRequest.BuilderListApiKeysRequest. builder()ListApiKeysRequest.BuilderListApiKeysRequest.Builder. limit(Integer limit)The maximum number of objects that you want WAF to return for this request.ListApiKeysRequest.BuilderListApiKeysRequest.Builder. nextMarker(String nextMarker)When you request a list of objects with aLimitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns aNextMarkervalue in the response.ListApiKeysRequest.BuilderListApiKeysRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListApiKeysRequest.BuilderListApiKeysRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListApiKeysRequest.BuilderListApiKeysRequest.Builder. scope(String scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.ListApiKeysRequest.BuilderListApiKeysRequest.Builder. scope(Scope scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.ListApiKeysRequest.BuilderListApiKeysRequest. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type ListApiKeysRequest.Builder Modifier and Type Method Description static Class<? extends ListApiKeysRequest.Builder>ListApiKeysRequest. serializableBuilderClass()
-