Uses of Class
software.amazon.awssdk.services.omics.model.PutS3AccessPolicyResponse
-
Packages that use PutS3AccessPolicyResponse Package Description software.amazon.awssdk.services.omics This is the AWS HealthOmics API Reference. -
-
Uses of PutS3AccessPolicyResponse in software.amazon.awssdk.services.omics
Methods in software.amazon.awssdk.services.omics that return PutS3AccessPolicyResponse Modifier and Type Method Description default PutS3AccessPolicyResponseOmicsClient. putS3AccessPolicy(Consumer<PutS3AccessPolicyRequest.Builder> putS3AccessPolicyRequest)Adds an access policy to the specified store.default PutS3AccessPolicyResponseOmicsClient. putS3AccessPolicy(PutS3AccessPolicyRequest putS3AccessPolicyRequest)Adds an access policy to the specified store.Methods in software.amazon.awssdk.services.omics that return types with arguments of type PutS3AccessPolicyResponse Modifier and Type Method Description default CompletableFuture<PutS3AccessPolicyResponse>OmicsAsyncClient. putS3AccessPolicy(Consumer<PutS3AccessPolicyRequest.Builder> putS3AccessPolicyRequest)Adds an access policy to the specified store.default CompletableFuture<PutS3AccessPolicyResponse>OmicsAsyncClient. putS3AccessPolicy(PutS3AccessPolicyRequest putS3AccessPolicyRequest)Adds an access policy to the specified store.
-