Uses of Class
software.amazon.awssdk.services.managedblockchain.model.ListInvitationsResponse
-
Packages that use ListInvitationsResponse Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.paginators -
-
Uses of ListInvitationsResponse in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain that return ListInvitationsResponse Modifier and Type Method Description default ListInvitationsResponseManagedBlockchainClient. listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)Returns a list of all invitations for the current Amazon Web Services account.default ListInvitationsResponseManagedBlockchainClient. listInvitations(ListInvitationsRequest listInvitationsRequest)Returns a list of all invitations for the current Amazon Web Services account.Methods in software.amazon.awssdk.services.managedblockchain that return types with arguments of type ListInvitationsResponse Modifier and Type Method Description default CompletableFuture<ListInvitationsResponse>ManagedBlockchainAsyncClient. listInvitations(Consumer<ListInvitationsRequest.Builder> listInvitationsRequest)Returns a list of all invitations for the current Amazon Web Services account.default CompletableFuture<ListInvitationsResponse>ManagedBlockchainAsyncClient. listInvitations(ListInvitationsRequest listInvitationsRequest)Returns a list of all invitations for the current Amazon Web Services account. -
Uses of ListInvitationsResponse in software.amazon.awssdk.services.managedblockchain.paginators
Methods in software.amazon.awssdk.services.managedblockchain.paginators that return types with arguments of type ListInvitationsResponse Modifier and Type Method Description Iterator<ListInvitationsResponse>ListInvitationsIterable. iterator()Method parameters in software.amazon.awssdk.services.managedblockchain.paginators with type arguments of type ListInvitationsResponse Modifier and Type Method Description voidListInvitationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInvitationsResponse> subscriber)
-