default CreateComponentResponse |
ImagebuilderClient.createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest) |
Creates a new component that can be used to build, validate, test, and assess your image.
|
default CreateComponentResponse |
ImagebuilderClient.createComponent(CreateComponentRequest createComponentRequest) |
Creates a new component that can be used to build, validate, test, and assess your image.
|
default CreateContainerRecipeResponse |
ImagebuilderClient.createContainerRecipe(Consumer<CreateContainerRecipeRequest.Builder> createContainerRecipeRequest) |
Creates a new container recipe.
|
default CreateContainerRecipeResponse |
ImagebuilderClient.createContainerRecipe(CreateContainerRecipeRequest createContainerRecipeRequest) |
Creates a new container recipe.
|
default CreateImageRecipeResponse |
ImagebuilderClient.createImageRecipe(Consumer<CreateImageRecipeRequest.Builder> createImageRecipeRequest) |
Creates a new image recipe.
|
default CreateImageRecipeResponse |
ImagebuilderClient.createImageRecipe(CreateImageRecipeRequest createImageRecipeRequest) |
Creates a new image recipe.
|
default CreateWorkflowResponse |
ImagebuilderClient.createWorkflow(Consumer<CreateWorkflowRequest.Builder> createWorkflowRequest) |
Create a new workflow or a new version of an existing workflow.
|
default CreateWorkflowResponse |
ImagebuilderClient.createWorkflow(CreateWorkflowRequest createWorkflowRequest) |
Create a new workflow or a new version of an existing workflow.
|
default ImportComponentResponse |
ImagebuilderClient.importComponent(Consumer<ImportComponentRequest.Builder> importComponentRequest) |
Imports a component and transforms its data into a component document.
|
default ImportComponentResponse |
ImagebuilderClient.importComponent(ImportComponentRequest importComponentRequest) |
Imports a component and transforms its data into a component document.
|