Uses of Class
software.amazon.awssdk.services.ram.model.GetResourceSharesResponse
-
Packages that use GetResourceSharesResponse Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference.software.amazon.awssdk.services.ram.paginators -
-
Uses of GetResourceSharesResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return GetResourceSharesResponse Modifier and Type Method Description default GetResourceSharesResponseRamClient. getResourceShares(Consumer<GetResourceSharesRequest.Builder> getResourceSharesRequest)Retrieves details about the resource shares that you own or that are shared with you.default GetResourceSharesResponseRamClient. getResourceShares(GetResourceSharesRequest getResourceSharesRequest)Retrieves details about the resource shares that you own or that are shared with you.Methods in software.amazon.awssdk.services.ram that return types with arguments of type GetResourceSharesResponse Modifier and Type Method Description default CompletableFuture<GetResourceSharesResponse>RamAsyncClient. getResourceShares(Consumer<GetResourceSharesRequest.Builder> getResourceSharesRequest)Retrieves details about the resource shares that you own or that are shared with you.default CompletableFuture<GetResourceSharesResponse>RamAsyncClient. getResourceShares(GetResourceSharesRequest getResourceSharesRequest)Retrieves details about the resource shares that you own or that are shared with you. -
Uses of GetResourceSharesResponse in software.amazon.awssdk.services.ram.paginators
Methods in software.amazon.awssdk.services.ram.paginators that return types with arguments of type GetResourceSharesResponse Modifier and Type Method Description Iterator<GetResourceSharesResponse>GetResourceSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.ram.paginators with type arguments of type GetResourceSharesResponse Modifier and Type Method Description voidGetResourceSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetResourceSharesResponse> subscriber)
-