| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverQueryLogConfig |
ResolverQueryLogConfig.clone() |
ResolverQueryLogConfig |
GetResolverQueryLogConfigResult.getResolverQueryLogConfig()
Information about the Resolver query logging configuration that you specified in a
GetQueryLogConfig
request. |
ResolverQueryLogConfig |
DeleteResolverQueryLogConfigResult.getResolverQueryLogConfig()
Information about the query logging configuration that you deleted, including the status of the request.
|
ResolverQueryLogConfig |
CreateResolverQueryLogConfigResult.getResolverQueryLogConfig()
Information about the
CreateResolverQueryLogConfig request, including the status of the request. |
ResolverQueryLogConfig |
ResolverQueryLogConfig.withArn(String arn)
The ARN for the query logging configuration.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withAssociationCount(Integer associationCount)
The number of VPCs that are associated with the query logging configuration.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withCreationTime(String creationTime)
The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal
Time (UTC).
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the query logging configuration.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withDestinationArn(String destinationArn)
The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log
group, or a Kinesis Data Firehose delivery stream.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withId(String id)
The ID for the query logging configuration.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withName(String name)
The name of the query logging configuration.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withOwnerId(String ownerId)
The Amazon Web Services account ID for the account that created the query logging configuration.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withShareStatus(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.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withShareStatus(String 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.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withStatus(ResolverQueryLogConfigStatus status)
The status of the specified query logging configuration.
|
ResolverQueryLogConfig |
ResolverQueryLogConfig.withStatus(String status)
The status of the specified query logging configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolverQueryLogConfig> |
ListResolverQueryLogConfigsResult.getResolverQueryLogConfigs()
A list that contains one
ResolverQueryLogConfig element for each query logging configuration that
matches the values that you specified for Filter. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetResolverQueryLogConfigResult.setResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the Resolver query logging configuration that you specified in a
GetQueryLogConfig
request. |
void |
DeleteResolverQueryLogConfigResult.setResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the query logging configuration that you deleted, including the status of the request.
|
void |
CreateResolverQueryLogConfigResult.setResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the
CreateResolverQueryLogConfig request, including the status of the request. |
GetResolverQueryLogConfigResult |
GetResolverQueryLogConfigResult.withResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the Resolver query logging configuration that you specified in a
GetQueryLogConfig
request. |
DeleteResolverQueryLogConfigResult |
DeleteResolverQueryLogConfigResult.withResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the query logging configuration that you deleted, including the status of the request.
|
CreateResolverQueryLogConfigResult |
CreateResolverQueryLogConfigResult.withResolverQueryLogConfig(ResolverQueryLogConfig resolverQueryLogConfig)
Information about the
CreateResolverQueryLogConfig request, including the status of the request. |
ListResolverQueryLogConfigsResult |
ListResolverQueryLogConfigsResult.withResolverQueryLogConfigs(ResolverQueryLogConfig... resolverQueryLogConfigs)
A list that contains one
ResolverQueryLogConfig element for each query logging configuration that
matches the values that you specified for Filter. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListResolverQueryLogConfigsResult.setResolverQueryLogConfigs(Collection<ResolverQueryLogConfig> resolverQueryLogConfigs)
A list that contains one
ResolverQueryLogConfig element for each query logging configuration that
matches the values that you specified for Filter. |
ListResolverQueryLogConfigsResult |
ListResolverQueryLogConfigsResult.withResolverQueryLogConfigs(Collection<ResolverQueryLogConfig> resolverQueryLogConfigs)
A list that contains one
ResolverQueryLogConfig element for each query logging configuration that
matches the values that you specified for Filter. |
Copyright © 2024. All rights reserved.