| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static FirewallDomainUpdateOperation |
FirewallDomainUpdateOperation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FirewallDomainUpdateOperation |
UpdateFirewallDomainsRequest.operation()
What you want DNS Firewall to do with the domains that you are providing:
|
static FirewallDomainUpdateOperation |
FirewallDomainUpdateOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FirewallDomainUpdateOperation[] |
FirewallDomainUpdateOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FirewallDomainUpdateOperation> |
FirewallDomainUpdateOperation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFirewallDomainsRequest.Builder |
UpdateFirewallDomainsRequest.Builder.operation(FirewallDomainUpdateOperation operation)
What you want DNS Firewall to do with the domains that you are providing:
|
Copyright © 2023. All rights reserved.