Uses of Class
software.amazon.awssdk.services.ram.model.ListPendingInvitationResourcesResponse
Packages that use ListPendingInvitationResourcesResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of ListPendingInvitationResourcesResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return ListPendingInvitationResourcesResponseModifier and TypeMethodDescriptionRamClient.listPendingInvitationResources(Consumer<ListPendingInvitationResourcesRequest.Builder> listPendingInvitationResourcesRequest) Lists the resources in a resource share that is shared with you but for which the invitation is stillPENDING.RamClient.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 ListPendingInvitationResourcesResponseModifier and TypeMethodDescriptionRamAsyncClient.listPendingInvitationResources(Consumer<ListPendingInvitationResourcesRequest.Builder> listPendingInvitationResourcesRequest) Lists the resources in a resource share that is shared with you but for which the invitation is stillPENDING.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 ListPendingInvitationResourcesResponseMethod parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type ListPendingInvitationResourcesResponseModifier and TypeMethodDescriptionvoidListPendingInvitationResourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPendingInvitationResourcesResponse> subscriber)