Uses of Class
software.amazon.awssdk.services.route53profiles.model.ListProfileAssociationsRequest
-
Packages that use ListProfileAssociationsRequest 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 software.amazon.awssdk.services.route53profiles.transform -
-
Uses of ListProfileAssociationsRequest in software.amazon.awssdk.services.route53profiles
Methods in software.amazon.awssdk.services.route53profiles with parameters of type ListProfileAssociationsRequest Modifier and Type Method Description default CompletableFuture<ListProfileAssociationsResponse>Route53ProfilesAsyncClient. listProfileAssociations(ListProfileAssociationsRequest 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.default ListProfileAssociationsPublisherRoute53ProfilesAsyncClient. listProfileAssociationsPaginator(ListProfileAssociationsRequest listProfileAssociationsRequest)default ListProfileAssociationsIterableRoute53ProfilesClient. listProfileAssociationsPaginator(ListProfileAssociationsRequest listProfileAssociationsRequest) -
Uses of ListProfileAssociationsRequest in software.amazon.awssdk.services.route53profiles.paginators
Constructors in software.amazon.awssdk.services.route53profiles.paginators with parameters of type ListProfileAssociationsRequest Constructor Description ListProfileAssociationsIterable(Route53ProfilesClient client, ListProfileAssociationsRequest firstRequest)ListProfileAssociationsPublisher(Route53ProfilesAsyncClient client, ListProfileAssociationsRequest firstRequest) -
Uses of ListProfileAssociationsRequest in software.amazon.awssdk.services.route53profiles.transform
Methods in software.amazon.awssdk.services.route53profiles.transform with parameters of type ListProfileAssociationsRequest Modifier and Type Method Description SdkHttpFullRequestListProfileAssociationsRequestMarshaller. marshall(ListProfileAssociationsRequest listProfileAssociationsRequest)
-