Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ConfigAssociationDetails
-
Packages that use ConfigAssociationDetails Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ConfigAssociationDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return ConfigAssociationDetails Modifier and Type Method Description ConfigAssociationDetails
ConfigAssociationDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type ConfigAssociationDetails Modifier and Type Method Description List<ConfigAssociationDetails>
ProductConfigCategoryDetails. getCompatibleProducts()
Products compatible with this Product.List<ConfigAssociationDetails>
ProductConfigCategoryDetails. getCredentials()
OCID for the Credential name to be associated with the Product.List<ConfigAssociationDetails>
ProductStackAsProductSubCategoryDetails. getCredentials()
OCID for the Credential name to be associated with the Product Stack.List<ConfigAssociationDetails>
ScriptBasedExecutionDetails. getCredentials()
Credentials required for executing the task.List<ConfigAssociationDetails>
ProductConfigCategoryDetails. getPatchTypes()
Patch Types associated with this Product.List<ConfigAssociationDetails>
ProductStackAsProductSubCategoryDetails. getPatchTypes()
Patch Types associated with this Product Stack which will be considered as Product.List<ConfigAssociationDetails>
ProductStackConfigCategoryDetails. getProducts()
Products that belong to the stack.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ConfigAssociationDetails Modifier and Type Method Description ConfigAssociationDetails.Builder
ConfigAssociationDetails.Builder. copy(ConfigAssociationDetails model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ConfigAssociationDetails Modifier and Type Method Description ProductConfigCategoryDetails.Builder
ProductConfigCategoryDetails.Builder. compatibleProducts(List<ConfigAssociationDetails> compatibleProducts)
Products compatible with this Product.ProductConfigCategoryDetails.Builder
ProductConfigCategoryDetails.Builder. credentials(List<ConfigAssociationDetails> credentials)
OCID for the Credential name to be associated with the Product.ProductStackAsProductSubCategoryDetails.Builder
ProductStackAsProductSubCategoryDetails.Builder. credentials(List<ConfigAssociationDetails> credentials)
OCID for the Credential name to be associated with the Product Stack.ScriptBasedExecutionDetails.Builder
ScriptBasedExecutionDetails.Builder. credentials(List<ConfigAssociationDetails> credentials)
Credentials required for executing the task.ProductConfigCategoryDetails.Builder
ProductConfigCategoryDetails.Builder. patchTypes(List<ConfigAssociationDetails> patchTypes)
Patch Types associated with this Product.ProductStackAsProductSubCategoryDetails.Builder
ProductStackAsProductSubCategoryDetails.Builder. patchTypes(List<ConfigAssociationDetails> patchTypes)
Patch Types associated with this Product Stack which will be considered as Product.ProductStackConfigCategoryDetails.Builder
ProductStackConfigCategoryDetails.Builder. products(List<ConfigAssociationDetails> products)
Products that belong to the stack.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type ConfigAssociationDetails Constructor Description ProductStackConfigCategoryDetails(List<ConfigAssociationDetails> products, ProductStackSubCategoryDetails subCategoryDetails)
Deprecated.ScriptBasedExecutionDetails(TaskVariable variables, ContentDetails content, String command, List<ConfigAssociationDetails> credentials)
Deprecated.
-