Uses of Class
software.amazon.awssdk.services.omics.model.ListSharesResponse
-
Packages that use ListSharesResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.paginators -
-
Uses of ListSharesResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return ListSharesResponse Modifier and Type Method Description default ListSharesResponseOmicsClient. listShares(Consumer<ListSharesRequest.Builder> listSharesRequest)Retrieves the resource shares associated with an account.default ListSharesResponseOmicsClient. listShares(ListSharesRequest listSharesRequest)Retrieves the resource shares associated with an account.Methods in software.amazon.awssdk.services.omics that return types with arguments of type ListSharesResponse Modifier and Type Method Description default CompletableFuture<ListSharesResponse>OmicsAsyncClient. listShares(Consumer<ListSharesRequest.Builder> listSharesRequest)Retrieves the resource shares associated with an account.default CompletableFuture<ListSharesResponse>OmicsAsyncClient. listShares(ListSharesRequest listSharesRequest)Retrieves the resource shares associated with an account. -
Uses of ListSharesResponse in software.amazon.awssdk.services.omics.paginators
Methods in software.amazon.awssdk.services.omics.paginators that return types with arguments of type ListSharesResponse Modifier and Type Method Description Iterator<ListSharesResponse>ListSharesIterable. iterator()Method parameters in software.amazon.awssdk.services.omics.paginators with type arguments of type ListSharesResponse Modifier and Type Method Description voidListSharesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSharesResponse> subscriber)
-