Uses of Class
software.amazon.awssdk.services.backup.model.Framework
-
Packages that use Framework Package Description software.amazon.awssdk.services.backup.model -
-
Uses of Framework in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type Framework Modifier and Type Method Description List<Framework>ListFrameworksResponse. frameworks()A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.Methods in software.amazon.awssdk.services.backup.model with parameters of type Framework Modifier and Type Method Description ListFrameworksResponse.BuilderListFrameworksResponse.Builder. frameworks(Framework... frameworks)A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type Framework Modifier and Type Method Description ListFrameworksResponse.BuilderListFrameworksResponse.Builder. frameworks(Collection<Framework> frameworks)A list of frameworks with details for each framework, including the framework name, Amazon Resource Name (ARN), description, number of controls, creation time, and deployment status.
-