Uses of Class
software.amazon.awssdk.services.omics.model.CreateShareRequest
-
Packages that use CreateShareRequest Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference.software.amazon.awssdk.services.omics.transform -
-
Uses of CreateShareRequest in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics with parameters of type CreateShareRequest Modifier and Type Method Description default CompletableFuture<CreateShareResponse>OmicsAsyncClient. createShare(CreateShareRequest createShareRequest)Creates a share offer that can be accepted outside the account by a subscriber.default CreateShareResponseOmicsClient. createShare(CreateShareRequest createShareRequest)Creates a share offer that can be accepted outside the account by a subscriber. -
Uses of CreateShareRequest in software.amazon.awssdk.services.omics.transform
Methods in software.amazon.awssdk.services.omics.transform with parameters of type CreateShareRequest Modifier and Type Method Description SdkHttpFullRequestCreateShareRequestMarshaller. marshall(CreateShareRequest createShareRequest)
-