Uses of Class
software.amazon.awssdk.services.omics.model.GetShareResponse
-
Packages that use GetShareResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of GetShareResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return GetShareResponse Modifier and Type Method Description default GetShareResponseOmicsClient. getShare(Consumer<GetShareRequest.Builder> getShareRequest)Retrieves the metadata for a share.default GetShareResponseOmicsClient. getShare(GetShareRequest getShareRequest)Retrieves the metadata for a share.Methods in software.amazon.awssdk.services.omics that return types with arguments of type GetShareResponse Modifier and Type Method Description default CompletableFuture<GetShareResponse>OmicsAsyncClient. getShare(Consumer<GetShareRequest.Builder> getShareRequest)Retrieves the metadata for a share.default CompletableFuture<GetShareResponse>OmicsAsyncClient. getShare(GetShareRequest getShareRequest)Retrieves the metadata for a share.
-