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 the specified resource share.default GetShareResponseOmicsClient. getShare(GetShareRequest getShareRequest)Retrieves the metadata for the specified resource 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 the specified resource share.default CompletableFuture<GetShareResponse>OmicsAsyncClient. getShare(GetShareRequest getShareRequest)Retrieves the metadata for the specified resource share.
-