Uses of Class
software.amazon.awssdk.services.amplify.model.ListBranchesResponse
-
Packages that use ListBranchesResponse 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 -
-
Uses of ListBranchesResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return ListBranchesResponse Modifier and Type Method Description default ListBranchesResponseAmplifyClient. listBranches(Consumer<ListBranchesRequest.Builder> listBranchesRequest)Lists the branches of an Amplify app.default ListBranchesResponseAmplifyClient. listBranches(ListBranchesRequest listBranchesRequest)Lists the branches of an Amplify app.Methods in software.amazon.awssdk.services.amplify that return types with arguments of type ListBranchesResponse Modifier and Type Method Description default CompletableFuture<ListBranchesResponse>AmplifyAsyncClient. listBranches(Consumer<ListBranchesRequest.Builder> listBranchesRequest)Lists the branches of an Amplify app.default CompletableFuture<ListBranchesResponse>AmplifyAsyncClient. listBranches(ListBranchesRequest listBranchesRequest)Lists the branches of an Amplify app. -
Uses of ListBranchesResponse in software.amazon.awssdk.services.amplify.paginators
Methods in software.amazon.awssdk.services.amplify.paginators that return types with arguments of type ListBranchesResponse Modifier and Type Method Description Iterator<ListBranchesResponse>ListBranchesIterable. iterator()Method parameters in software.amazon.awssdk.services.amplify.paginators with type arguments of type ListBranchesResponse Modifier and Type Method Description voidListBranchesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBranchesResponse> subscriber)
-