Uses of Class
software.amazon.awssdk.services.amplify.model.ListBranchesRequest
-
Packages that use ListBranchesRequest 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 ListBranchesRequest in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify with parameters of type ListBranchesRequest Modifier and Type Method Description default CompletableFuture<ListBranchesResponse>AmplifyAsyncClient. listBranches(ListBranchesRequest listBranchesRequest)Lists the branches of an Amplify app.default ListBranchesResponseAmplifyClient. listBranches(ListBranchesRequest listBranchesRequest)Lists the branches of an Amplify app.default ListBranchesPublisherAmplifyAsyncClient. listBranchesPaginator(ListBranchesRequest listBranchesRequest)This is a variant ofAmplifyAsyncClient.listBranches(software.amazon.awssdk.services.amplify.model.ListBranchesRequest)operation.default ListBranchesIterableAmplifyClient. listBranchesPaginator(ListBranchesRequest listBranchesRequest)This is a variant ofAmplifyClient.listBranches(software.amazon.awssdk.services.amplify.model.ListBranchesRequest)operation. -
Uses of ListBranchesRequest in software.amazon.awssdk.services.amplify.paginators
Constructors in software.amazon.awssdk.services.amplify.paginators with parameters of type ListBranchesRequest Constructor Description ListBranchesIterable(AmplifyClient client, ListBranchesRequest firstRequest)ListBranchesPublisher(AmplifyAsyncClient client, ListBranchesRequest firstRequest) -
Uses of ListBranchesRequest in software.amazon.awssdk.services.amplify.transform
Methods in software.amazon.awssdk.services.amplify.transform with parameters of type ListBranchesRequest Modifier and Type Method Description SdkHttpFullRequestListBranchesRequestMarshaller. marshall(ListBranchesRequest listBranchesRequest)
-