Uses of Class
software.amazon.awssdk.services.route53resolver.model.IpAddressResponse
-
Packages that use IpAddressResponse Package Description software.amazon.awssdk.services.route53resolver.model software.amazon.awssdk.services.route53resolver.paginators -
-
Uses of IpAddressResponse in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type IpAddressResponse Modifier and Type Method Description List<IpAddressResponse>ListResolverEndpointIpAddressesResponse. ipAddresses()Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type IpAddressResponse Modifier and Type Method Description ListResolverEndpointIpAddressesResponse.BuilderListResolverEndpointIpAddressesResponse.Builder. ipAddresses(IpAddressResponse... ipAddresses)Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type IpAddressResponse Modifier and Type Method Description ListResolverEndpointIpAddressesResponse.BuilderListResolverEndpointIpAddressesResponse.Builder. ipAddresses(Collection<IpAddressResponse> ipAddresses)Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). -
Uses of IpAddressResponse in software.amazon.awssdk.services.route53resolver.paginators
Methods in software.amazon.awssdk.services.route53resolver.paginators that return types with arguments of type IpAddressResponse Modifier and Type Method Description SdkIterable<IpAddressResponse>ListResolverEndpointIpAddressesIterable. ipAddresses()Returns an iterable to iterate through the paginatedListResolverEndpointIpAddressesResponse.ipAddresses()member.SdkPublisher<IpAddressResponse>ListResolverEndpointIpAddressesPublisher. ipAddresses()Returns a publisher that can be used to get a stream of data.
-