Uses of Class
software.amazon.awssdk.services.sagemaker.model.RetentionPolicy
-
Packages that use RetentionPolicy Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RetentionPolicy in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RetentionPolicy Modifier and Type Method Description RetentionPolicyDeleteDomainRequest. retentionPolicy()The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RetentionPolicy Modifier and Type Method Description DeleteDomainRequest.BuilderDeleteDomainRequest.Builder. retentionPolicy(RetentionPolicy retentionPolicy)The retention policy for this domain, which specifies whether resources will be retained after the Domain is deleted.
-