| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver |
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.
|
| Modifier and Type | Method and Description |
|---|---|
default GetResolverEndpointResponse |
Route53ResolverClient.getResolverEndpoint(Consumer<GetResolverEndpointRequest.Builder> getResolverEndpointRequest)
Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver
endpoint, and the current status of the endpoint.
|
default GetResolverEndpointResponse |
Route53ResolverClient.getResolverEndpoint(GetResolverEndpointRequest getResolverEndpointRequest)
Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver
endpoint, and the current status of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetResolverEndpointResponse> |
Route53ResolverAsyncClient.getResolverEndpoint(Consumer<GetResolverEndpointRequest.Builder> getResolverEndpointRequest)
Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver
endpoint, and the current status of the endpoint.
|
default CompletableFuture<GetResolverEndpointResponse> |
Route53ResolverAsyncClient.getResolverEndpoint(GetResolverEndpointRequest getResolverEndpointRequest)
Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver
endpoint, and the current status of the endpoint.
|
Copyright © 2023. All rights reserved.