Uses of Class
software.amazon.awssdk.services.route53resolver.model.ShareStatus
-
Packages that use ShareStatus Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of ShareStatus in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return ShareStatus Modifier and Type Method Description static ShareStatusShareStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShareStatusFirewallRuleGroup. 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.ShareStatusFirewallRuleGroupMetadata. 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.ShareStatusResolverQueryLogConfig. 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.ShareStatusResolverRule. 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.static ShareStatusShareStatus. 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.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type ShareStatus Modifier and Type Method Description static Set<ShareStatus>ShareStatus. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type ShareStatus Modifier and Type Method Description FirewallRuleGroup.BuilderFirewallRuleGroup.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.BuilderFirewallRuleGroupMetadata.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.ResolverQueryLogConfig.BuilderResolverQueryLogConfig.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.BuilderResolverRule.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.
-