Uses of Class
software.amazon.awssdk.services.imagebuilder.model.CreateComponentResponse
-
Packages that use CreateComponentResponse Package Description software.amazon.awssdk.services.imagebuilder EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the creation, management, and deployment of customized, secure, and up-to-date "golden" server images that are pre-installed and pre-configured with software and settings to meet specific IT standards. -
-
Uses of CreateComponentResponse in software.amazon.awssdk.services.imagebuilder
Methods in software.amazon.awssdk.services.imagebuilder that return CreateComponentResponse Modifier and Type Method Description default CreateComponentResponseImagebuilderClient. createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)Creates a new component that can be used to build, validate, test, and assess your image.default CreateComponentResponseImagebuilderClient. createComponent(CreateComponentRequest createComponentRequest)Creates a new component that can be used to build, validate, test, and assess your image.Methods in software.amazon.awssdk.services.imagebuilder that return types with arguments of type CreateComponentResponse Modifier and Type Method Description default CompletableFuture<CreateComponentResponse>ImagebuilderAsyncClient. createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest)Creates a new component that can be used to build, validate, test, and assess your image.default CompletableFuture<CreateComponentResponse>ImagebuilderAsyncClient. createComponent(CreateComponentRequest createComponentRequest)Creates a new component that can be used to build, validate, test, and assess your image.
-