Uses of Interface
software.amazon.awssdk.services.wafv2.model.GetDecryptedApiKeyRequest.Builder
-
Packages that use GetDecryptedApiKeyRequest.Builder Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.model -
-
Uses of GetDecryptedApiKeyRequest.Builder in software.amazon.awssdk.services.wafv2
Method parameters in software.amazon.awssdk.services.wafv2 with type arguments of type GetDecryptedApiKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDecryptedApiKeyResponse>Wafv2AsyncClient. getDecryptedAPIKey(Consumer<GetDecryptedApiKeyRequest.Builder> getDecryptedApiKeyRequest)Returns your API key in decrypted form.default GetDecryptedApiKeyResponseWafv2Client. getDecryptedAPIKey(Consumer<GetDecryptedApiKeyRequest.Builder> getDecryptedApiKeyRequest)Returns your API key in decrypted form. -
Uses of GetDecryptedApiKeyRequest.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return GetDecryptedApiKeyRequest.Builder Modifier and Type Method Description GetDecryptedApiKeyRequest.BuilderGetDecryptedApiKeyRequest.Builder. apiKey(String apiKey)The encrypted API key.static GetDecryptedApiKeyRequest.BuilderGetDecryptedApiKeyRequest. builder()GetDecryptedApiKeyRequest.BuilderGetDecryptedApiKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDecryptedApiKeyRequest.BuilderGetDecryptedApiKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDecryptedApiKeyRequest.BuilderGetDecryptedApiKeyRequest.Builder. scope(String scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.GetDecryptedApiKeyRequest.BuilderGetDecryptedApiKeyRequest.Builder. scope(Scope scope)Specifies whether this is for an Amazon CloudFront distribution or for a regional application.GetDecryptedApiKeyRequest.BuilderGetDecryptedApiKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type GetDecryptedApiKeyRequest.Builder Modifier and Type Method Description static Class<? extends GetDecryptedApiKeyRequest.Builder>GetDecryptedApiKeyRequest. serializableBuilderClass()
-