Uses of Class
software.amazon.awssdk.services.cloudformation.model.RequiredActivatedType
-
Packages that use RequiredActivatedType Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of RequiredActivatedType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RequiredActivatedType Modifier and Type Method Description List<RequiredActivatedType>DescribeTypeResponse. requiredActivatedTypes()For extensions that are modules, the public third-party extensions that must be activated in your account in order for the module itself to be activated.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type RequiredActivatedType Modifier and Type Method Description DescribeTypeResponse.BuilderDescribeTypeResponse.Builder. requiredActivatedTypes(RequiredActivatedType... requiredActivatedTypes)For extensions that are modules, the public third-party extensions that must be activated in your account in order for the module itself to be activated.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type RequiredActivatedType Modifier and Type Method Description DescribeTypeResponse.BuilderDescribeTypeResponse.Builder. requiredActivatedTypes(Collection<RequiredActivatedType> requiredActivatedTypes)For extensions that are modules, the public third-party extensions that must be activated in your account in order for the module itself to be activated.
-