| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ResolverEndpoint |
ResolverEndpoint.clone() |
ResolverEndpoint |
DisassociateResolverEndpointIpAddressResult.getResolverEndpoint()
The response to an
DisassociateResolverEndpointIpAddress request. |
ResolverEndpoint |
UpdateResolverEndpointResult.getResolverEndpoint()
The response to an
UpdateResolverEndpoint request. |
ResolverEndpoint |
GetResolverEndpointResult.getResolverEndpoint()
Information about the resolver endpoint that you specified in a
GetResolverEndpoint request. |
ResolverEndpoint |
CreateResolverEndpointResult.getResolverEndpoint()
Information about the
CreateResolverEndpoint request, including the status of the request. |
ResolverEndpoint |
AssociateResolverEndpointIpAddressResult.getResolverEndpoint()
The response to an
AssociateResolverEndpointIpAddress request. |
ResolverEndpoint |
DeleteResolverEndpointResult.getResolverEndpoint()
Information about the
DeleteResolverEndpoint request, including the status of the request. |
ResolverEndpoint |
ResolverEndpoint.withArn(String arn)
The ARN (Amazon Resource Name) for the resolver endpoint.
|
ResolverEndpoint |
ResolverEndpoint.withCreationTime(String creationTime)
The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
|
ResolverEndpoint |
ResolverEndpoint.withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request that created the resolver endpoint.
|
ResolverEndpoint |
ResolverEndpoint.withDirection(ResolverEndpointDirection direction)
Indicates whether the resolver endpoint allows inbound or outbound DNS queries:
|
ResolverEndpoint |
ResolverEndpoint.withDirection(String direction)
Indicates whether the resolver endpoint allows inbound or outbound DNS queries:
|
ResolverEndpoint |
ResolverEndpoint.withHostVPCId(String hostVPCId)
The ID of the VPC that you want to create the resolver endpoint in.
|
ResolverEndpoint |
ResolverEndpoint.withId(String id)
The ID of the resolver endpoint.
|
ResolverEndpoint |
ResolverEndpoint.withIpAddressCount(Integer ipAddressCount)
The number of IP addresses that the resolver endpoint can use for DNS queries.
|
ResolverEndpoint |
ResolverEndpoint.withModificationTime(String modificationTime)
The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
|
ResolverEndpoint |
ResolverEndpoint.withName(String name)
The name that you assigned to the resolver endpoint when you submitted a CreateResolverEndpoint request.
|
ResolverEndpoint |
ResolverEndpoint.withSecurityGroupIds(Collection<String> securityGroupIds)
The ID of one or more security groups that control access to this VPC.
|
ResolverEndpoint |
ResolverEndpoint.withSecurityGroupIds(String... securityGroupIds)
The ID of one or more security groups that control access to this VPC.
|
ResolverEndpoint |
ResolverEndpoint.withStatus(ResolverEndpointStatus status)
A code that specifies the current status of the resolver endpoint.
|
ResolverEndpoint |
ResolverEndpoint.withStatus(String status)
A code that specifies the current status of the resolver endpoint.
|
ResolverEndpoint |
ResolverEndpoint.withStatusMessage(String statusMessage)
A detailed description of the status of the resolver endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResolverEndpoint> |
ListResolverEndpointsResult.getResolverEndpoints()
The resolver endpoints that were created by using the current AWS account, and that match the specified filters,
if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateResolverEndpointIpAddressResult.setResolverEndpoint(ResolverEndpoint resolverEndpoint)
The response to an
DisassociateResolverEndpointIpAddress request. |
void |
UpdateResolverEndpointResult.setResolverEndpoint(ResolverEndpoint resolverEndpoint)
The response to an
UpdateResolverEndpoint request. |
void |
GetResolverEndpointResult.setResolverEndpoint(ResolverEndpoint resolverEndpoint)
Information about the resolver endpoint that you specified in a
GetResolverEndpoint request. |
void |
CreateResolverEndpointResult.setResolverEndpoint(ResolverEndpoint resolverEndpoint)
Information about the
CreateResolverEndpoint request, including the status of the request. |
void |
AssociateResolverEndpointIpAddressResult.setResolverEndpoint(ResolverEndpoint resolverEndpoint)
The response to an
AssociateResolverEndpointIpAddress request. |
void |
DeleteResolverEndpointResult.setResolverEndpoint(ResolverEndpoint resolverEndpoint)
Information about the
DeleteResolverEndpoint request, including the status of the request. |
DisassociateResolverEndpointIpAddressResult |
DisassociateResolverEndpointIpAddressResult.withResolverEndpoint(ResolverEndpoint resolverEndpoint)
The response to an
DisassociateResolverEndpointIpAddress request. |
UpdateResolverEndpointResult |
UpdateResolverEndpointResult.withResolverEndpoint(ResolverEndpoint resolverEndpoint)
The response to an
UpdateResolverEndpoint request. |
GetResolverEndpointResult |
GetResolverEndpointResult.withResolverEndpoint(ResolverEndpoint resolverEndpoint)
Information about the resolver endpoint that you specified in a
GetResolverEndpoint request. |
CreateResolverEndpointResult |
CreateResolverEndpointResult.withResolverEndpoint(ResolverEndpoint resolverEndpoint)
Information about the
CreateResolverEndpoint request, including the status of the request. |
AssociateResolverEndpointIpAddressResult |
AssociateResolverEndpointIpAddressResult.withResolverEndpoint(ResolverEndpoint resolverEndpoint)
The response to an
AssociateResolverEndpointIpAddress request. |
DeleteResolverEndpointResult |
DeleteResolverEndpointResult.withResolverEndpoint(ResolverEndpoint resolverEndpoint)
Information about the
DeleteResolverEndpoint request, including the status of the request. |
ListResolverEndpointsResult |
ListResolverEndpointsResult.withResolverEndpoints(ResolverEndpoint... resolverEndpoints)
The resolver endpoints that were created by using the current AWS account, and that match the specified filters,
if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResolverEndpointsResult.setResolverEndpoints(Collection<ResolverEndpoint> resolverEndpoints)
The resolver endpoints that were created by using the current AWS account, and that match the specified filters,
if any.
|
ListResolverEndpointsResult |
ListResolverEndpointsResult.withResolverEndpoints(Collection<ResolverEndpoint> resolverEndpoints)
The resolver endpoints that were created by using the current AWS account, and that match the specified filters,
if any.
|
Copyright © 2019. All rights reserved.