Uses of Interface
software.amazon.awssdk.services.wafv2.model.GetDecryptedApiKeyResponse.Builder
-
Packages that use GetDecryptedApiKeyResponse.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of GetDecryptedApiKeyResponse.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return GetDecryptedApiKeyResponse.Builder Modifier and Type Method Description static GetDecryptedApiKeyResponse.BuilderGetDecryptedApiKeyResponse. builder()GetDecryptedApiKeyResponse.BuilderGetDecryptedApiKeyResponse.Builder. creationTimestamp(Instant creationTimestamp)The date and time that the key was created.GetDecryptedApiKeyResponse.BuilderGetDecryptedApiKeyResponse. toBuilder()GetDecryptedApiKeyResponse.BuilderGetDecryptedApiKeyResponse.Builder. tokenDomains(String... tokenDomains)The token domains that are defined in this API key.GetDecryptedApiKeyResponse.BuilderGetDecryptedApiKeyResponse.Builder. tokenDomains(Collection<String> tokenDomains)The token domains that are defined in this API key.Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type GetDecryptedApiKeyResponse.Builder Modifier and Type Method Description static Class<? extends GetDecryptedApiKeyResponse.Builder>GetDecryptedApiKeyResponse. serializableBuilderClass()
-