Uses of Class
software.amazon.awssdk.services.omics.model.CreateRunGroupResponse
-
Packages that use CreateRunGroupResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of CreateRunGroupResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return CreateRunGroupResponse Modifier and Type Method Description default CreateRunGroupResponseOmicsClient. createRunGroup(Consumer<CreateRunGroupRequest.Builder> createRunGroupRequest)You can optionally create a run group to limit the compute resources for the runs that you add to the group.default CreateRunGroupResponseOmicsClient. createRunGroup(CreateRunGroupRequest createRunGroupRequest)You can optionally create a run group to limit the compute resources for the runs that you add to the group.Methods in software.amazon.awssdk.services.omics that return types with arguments of type CreateRunGroupResponse Modifier and Type Method Description default CompletableFuture<CreateRunGroupResponse>OmicsAsyncClient. createRunGroup(Consumer<CreateRunGroupRequest.Builder> createRunGroupRequest)You can optionally create a run group to limit the compute resources for the runs that you add to the group.default CompletableFuture<CreateRunGroupResponse>OmicsAsyncClient. createRunGroup(CreateRunGroupRequest createRunGroupRequest)You can optionally create a run group to limit the compute resources for the runs that you add to the group.
-