Uses of Interface
software.amazon.awssdk.services.wafv2.model.CreateApiKeyRequest.Builder
-
Packages that use CreateApiKeyRequest.Builder Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.model -
-
Uses of CreateApiKeyRequest.Builder in software.amazon.awssdk.services.wafv2
Method parameters in software.amazon.awssdk.services.wafv2 with type arguments of type CreateApiKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateApiKeyResponse>Wafv2AsyncClient. createAPIKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)Creates an API key that contains a set of token domains.default CreateApiKeyResponseWafv2Client. createAPIKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest)Creates an API key that contains a set of token domains. -
Uses of CreateApiKeyRequest.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return CreateApiKeyRequest.Builder Modifier and Type Method Description static CreateApiKeyRequest.BuilderCreateApiKeyRequest. builder()CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. scope(String scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. scope(Scope scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.CreateApiKeyRequest.BuilderCreateApiKeyRequest. toBuilder()CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. tokenDomains(String... tokenDomains)The client application domains that you want to use this API key for.CreateApiKeyRequest.BuilderCreateApiKeyRequest.Builder. tokenDomains(Collection<String> tokenDomains)The client application domains that you want to use this API key for.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type CreateApiKeyRequest.Builder Modifier and Type Method Description static Class<? extends CreateApiKeyRequest.Builder>CreateApiKeyRequest. serializableBuilderClass()
-