Uses of Class
software.amazon.awssdk.services.amplify.model.ListDomainAssociationsRequest
-
Packages that use ListDomainAssociationsRequest Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps.software.amazon.awssdk.services.amplify.paginators software.amazon.awssdk.services.amplify.transform -
-
Uses of ListDomainAssociationsRequest in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify with parameters of type ListDomainAssociationsRequest Modifier and Type Method Description default CompletableFuture<ListDomainAssociationsResponse>AmplifyAsyncClient. listDomainAssociations(ListDomainAssociationsRequest listDomainAssociationsRequest)Returns the domain associations for an Amplify app.default ListDomainAssociationsResponseAmplifyClient. listDomainAssociations(ListDomainAssociationsRequest listDomainAssociationsRequest)Returns the domain associations for an Amplify app.default ListDomainAssociationsPublisherAmplifyAsyncClient. listDomainAssociationsPaginator(ListDomainAssociationsRequest listDomainAssociationsRequest)Returns the domain associations for an Amplify app.default ListDomainAssociationsIterableAmplifyClient. listDomainAssociationsPaginator(ListDomainAssociationsRequest listDomainAssociationsRequest)Returns the domain associations for an Amplify app. -
Uses of ListDomainAssociationsRequest in software.amazon.awssdk.services.amplify.paginators
Constructors in software.amazon.awssdk.services.amplify.paginators with parameters of type ListDomainAssociationsRequest Constructor Description ListDomainAssociationsIterable(AmplifyClient client, ListDomainAssociationsRequest firstRequest)ListDomainAssociationsPublisher(AmplifyAsyncClient client, ListDomainAssociationsRequest firstRequest) -
Uses of ListDomainAssociationsRequest in software.amazon.awssdk.services.amplify.transform
Methods in software.amazon.awssdk.services.amplify.transform with parameters of type ListDomainAssociationsRequest Modifier and Type Method Description SdkHttpFullRequestListDomainAssociationsRequestMarshaller. marshall(ListDomainAssociationsRequest listDomainAssociationsRequest)
-