Uses of Class
software.amazon.awssdk.services.route53profiles.model.ListProfileResourceAssociationsResponse
-
Packages that use ListProfileResourceAssociationsResponse Package Description software.amazon.awssdk.services.route53profiles With Amazon Route 53 Profiles you can share Route 53 configurations with VPCs and AWS accountssoftware.amazon.awssdk.services.route53profiles.paginators -
-
Uses of ListProfileResourceAssociationsResponse in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles that return ListProfileResourceAssociationsResponse Modifier and Type Method Description default ListProfileResourceAssociationsResponseRoute53ProfilesClient. listProfileResourceAssociations(Consumer<ListProfileResourceAssociationsRequest.Builder> listProfileResourceAssociationsRequest)Lists all the resource associations for the specified Route 53 Profile.default ListProfileResourceAssociationsResponseRoute53ProfilesClient. listProfileResourceAssociations(ListProfileResourceAssociationsRequest listProfileResourceAssociationsRequest)Lists all the resource associations for the specified Route 53 Profile.Methods in software.amazon.awssdk.services.route53profiles that return types with arguments of type ListProfileResourceAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListProfileResourceAssociationsResponse>Route53ProfilesAsyncClient. listProfileResourceAssociations(Consumer<ListProfileResourceAssociationsRequest.Builder> listProfileResourceAssociationsRequest)Lists all the resource associations for the specified Route 53 Profile.default CompletableFuture<ListProfileResourceAssociationsResponse>Route53ProfilesAsyncClient. listProfileResourceAssociations(ListProfileResourceAssociationsRequest listProfileResourceAssociationsRequest)Lists all the resource associations for the specified Route 53 Profile. -
Uses of ListProfileResourceAssociationsResponse in software.amazon.awssdk.services.route53profiles.paginators
Methods in software.amazon.awssdk.services.route53profiles.paginators that return types with arguments of type ListProfileResourceAssociationsResponse Modifier and Type Method Description Iterator<ListProfileResourceAssociationsResponse>ListProfileResourceAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.route53profiles.paginators with type arguments of type ListProfileResourceAssociationsResponse Modifier and Type Method Description voidListProfileResourceAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProfileResourceAssociationsResponse> subscriber)
-