Uses of Class
com.cloudera.cdp.datahub.model.InstanceGroupRecipeResponse
Packages that use InstanceGroupRecipeResponse
- 
Uses of InstanceGroupRecipeResponse in com.cloudera.cdp.datahub.model
Methods in com.cloudera.cdp.datahub.model that return types with arguments of type InstanceGroupRecipeResponseModifier and TypeMethodDescriptionReplaceRecipesResponse.getAttachedRecipes()Getter for attachedRecipes.ReplaceRecipesResponse.getDetachedRecipes()Getter for detachedRecipes.Method parameters in com.cloudera.cdp.datahub.model with type arguments of type InstanceGroupRecipeResponseModifier and TypeMethodDescriptionvoidReplaceRecipesResponse.setAttachedRecipes(List<InstanceGroupRecipeResponse> attachedRecipes) Setter for attachedRecipes.voidReplaceRecipesResponse.setDetachedRecipes(List<InstanceGroupRecipeResponse> detachedRecipes) Setter for detachedRecipes.