Uses of Class
software.amazon.awssdk.services.rbin.model.ServiceQuotaExceededException
-
Packages that use ServiceQuotaExceededException Package Description software.amazon.awssdk.services.rbin This is the Recycle Bin API Reference. -
-
Uses of ServiceQuotaExceededException in software.amazon.awssdk.services.rbin
Methods in software.amazon.awssdk.services.rbin that throw ServiceQuotaExceededException Modifier and Type Method Description default CreateRuleResponseRbinClient. createRule(Consumer<CreateRuleRequest.Builder> createRuleRequest)Creates a Recycle Bin retention rule.default CreateRuleResponseRbinClient. createRule(CreateRuleRequest createRuleRequest)Creates a Recycle Bin retention rule.default TagResourceResponseRbinClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns tags to the specified retention rule.default TagResourceResponseRbinClient. tagResource(TagResourceRequest tagResourceRequest)Assigns tags to the specified retention rule.
-