Uses of Class
software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsResponse
-
Packages that use ListProfileAssociationsResponse 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 ListProfileAssociationsResponse in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles that return ListProfileAssociationsResponse Modifier and Type Method Description default ListProfileAssociationsResponseRoute53ProfilesClient. listProfileAssociations(Consumer<ListProfileAssociationsRequest.Builder> listProfileAssociationsRequest)Lists all the VPCs that the specified Route 53 Profile is associated with.default ListProfileAssociationsResponseRoute53ProfilesClient. listProfileAssociations(ListProfileAssociationsRequest listProfileAssociationsRequest)Lists all the VPCs that the specified Route 53 Profile is associated with.Methods in software.amazon.awssdk.services.route53profiles that return types with arguments of type ListProfileAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListProfileAssociationsResponse>Route53ProfilesAsyncClient. listProfileAssociations(Consumer<ListProfileAssociationsRequest.Builder> listProfileAssociationsRequest)Lists all the VPCs that the specified Route 53 Profile is associated with.default CompletableFuture<ListProfileAssociationsResponse>Route53ProfilesAsyncClient. listProfileAssociations(ListProfileAssociationsRequest listProfileAssociationsRequest)Lists all the VPCs that the specified Route 53 Profile is associated with. -
Uses of ListProfileAssociationsResponse in software.amazon.awssdk.services.route53profiles.paginators
Methods in software.amazon.awssdk.services.route53profiles.paginators that return types with arguments of type ListProfileAssociationsResponse Modifier and Type Method Description Iterator<ListProfileAssociationsResponse>ListProfileAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.route53profiles.paginators with type arguments of type ListProfileAssociationsResponse Modifier and Type Method Description voidListProfileAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProfileAssociationsResponse> subscriber)
-