Uses of Class
software.amazon.awssdk.services.route53.model.ListReusableDelegationSetsResponse
-
Packages that use ListReusableDelegationSetsResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of ListReusableDelegationSetsResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListReusableDelegationSetsResponse Modifier and Type Method Description default ListReusableDelegationSetsResponseRoute53Client. listReusableDelegationSets()Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.default ListReusableDelegationSetsResponseRoute53Client. listReusableDelegationSets(Consumer<ListReusableDelegationSetsRequest.Builder> listReusableDelegationSetsRequest)Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.default ListReusableDelegationSetsResponseRoute53Client. listReusableDelegationSets(ListReusableDelegationSetsRequest listReusableDelegationSetsRequest)Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListReusableDelegationSetsResponse Modifier and Type Method Description default CompletableFuture<ListReusableDelegationSetsResponse>Route53AsyncClient. listReusableDelegationSets()Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.default CompletableFuture<ListReusableDelegationSetsResponse>Route53AsyncClient. listReusableDelegationSets(Consumer<ListReusableDelegationSetsRequest.Builder> listReusableDelegationSetsRequest)Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.default CompletableFuture<ListReusableDelegationSetsResponse>Route53AsyncClient. listReusableDelegationSets(ListReusableDelegationSetsRequest listReusableDelegationSetsRequest)Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services account.
-