| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static ShareStatus |
ShareStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShareStatus |
ResolverQueryLogConfig.shareStatus()
An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or
was shared with the current account by another Amazon Web Services account.
|
ShareStatus |
ResolverRule.shareStatus()
Whether the rule is shared and, if so, whether the current account is sharing the rule with another account, or
another account is sharing the rule with the current account.
|
ShareStatus |
FirewallRuleGroup.shareStatus()
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account
by another Amazon Web Services account.
|
ShareStatus |
FirewallRuleGroupMetadata.shareStatus()
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account
by another Amazon Web Services account.
|
static ShareStatus |
ShareStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareStatus[] |
ShareStatus.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<ShareStatus> |
ShareStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ResolverQueryLogConfig.Builder |
ResolverQueryLogConfig.Builder.shareStatus(ShareStatus shareStatus)
An indication of whether the query logging configuration is shared with other Amazon Web Services accounts,
or was shared with the current account by another Amazon Web Services account.
|
ResolverRule.Builder |
ResolverRule.Builder.shareStatus(ShareStatus shareStatus)
Whether the rule is shared and, if so, whether the current account is sharing the rule with another account,
or another account is sharing the rule with the current account.
|
FirewallRuleGroup.Builder |
FirewallRuleGroup.Builder.shareStatus(ShareStatus shareStatus)
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current
account by another Amazon Web Services account.
|
FirewallRuleGroupMetadata.Builder |
FirewallRuleGroupMetadata.Builder.shareStatus(ShareStatus shareStatus)
Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current
account by another Amazon Web Services account.
|
Copyright © 2023. All rights reserved.