Uses of Class
software.amazon.awssdk.services.backup.model.FrameworkControl
-
Packages that use FrameworkControl Package Description software.amazon.awssdk.services.backup.model -
-
Uses of FrameworkControl in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type FrameworkControl Modifier and Type Method Description List<FrameworkControl>CreateFrameworkRequest. frameworkControls()A list of the controls that make up the framework.List<FrameworkControl>DescribeFrameworkResponse. frameworkControls()A list of the controls that make up the framework.List<FrameworkControl>UpdateFrameworkRequest. frameworkControls()A list of the controls that make up the framework.Methods in software.amazon.awssdk.services.backup.model with parameters of type FrameworkControl Modifier and Type Method Description CreateFrameworkRequest.BuilderCreateFrameworkRequest.Builder. frameworkControls(FrameworkControl... frameworkControls)A list of the controls that make up the framework.DescribeFrameworkResponse.BuilderDescribeFrameworkResponse.Builder. frameworkControls(FrameworkControl... frameworkControls)A list of the controls that make up the framework.UpdateFrameworkRequest.BuilderUpdateFrameworkRequest.Builder. frameworkControls(FrameworkControl... frameworkControls)A list of the controls that make up the framework.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type FrameworkControl Modifier and Type Method Description CreateFrameworkRequest.BuilderCreateFrameworkRequest.Builder. frameworkControls(Collection<FrameworkControl> frameworkControls)A list of the controls that make up the framework.DescribeFrameworkResponse.BuilderDescribeFrameworkResponse.Builder. frameworkControls(Collection<FrameworkControl> frameworkControls)A list of the controls that make up the framework.UpdateFrameworkRequest.BuilderUpdateFrameworkRequest.Builder. frameworkControls(Collection<FrameworkControl> frameworkControls)A list of the controls that make up the framework.
-