Uses of Class
software.amazon.awssdk.services.ram.model.ListPendingInvitationResourcesResponse
-
Packages that use ListPendingInvitationResourcesResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.paginators -
-
Uses of ListPendingInvitationResourcesResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ListPendingInvitationResourcesResponse Modifier and Type Method Description default ListPendingInvitationResourcesResponseRamClient. listPendingInvitationResources(Consumer<ListPendingInvitationResourcesRequest.Builder> listPendingInvitationResourcesRequest)Lists the resources in a resource share that is shared with you but for which the invitation is stillPENDING.default ListPendingInvitationResourcesResponseRamClient. listPendingInvitationResources(ListPendingInvitationResourcesRequest listPendingInvitationResourcesRequest)Lists the resources in a resource share that is shared with you but for which the invitation is stillPENDING.Methods in software.amazon.awssdk.services.ram that return types with arguments of type ListPendingInvitationResourcesResponse Modifier and Type Method Description default CompletableFuture<ListPendingInvitationResourcesResponse>RamAsyncClient. listPendingInvitationResources(Consumer<ListPendingInvitationResourcesRequest.Builder> listPendingInvitationResourcesRequest)Lists the resources in a resource share that is shared with you but for which the invitation is stillPENDING.default CompletableFuture<ListPendingInvitationResourcesResponse>RamAsyncClient. listPendingInvitationResources(ListPendingInvitationResourcesRequest listPendingInvitationResourcesRequest)Lists the resources in a resource share that is shared with you but for which the invitation is stillPENDING. -
Uses of ListPendingInvitationResourcesResponse in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type ListPendingInvitationResourcesResponse Modifier and Type Method Description Iterator<ListPendingInvitationResourcesResponse>ListPendingInvitationResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type ListPendingInvitationResourcesResponse Modifier and Type Method Description voidListPendingInvitationResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPendingInvitationResourcesResponse> subscriber)
-