Uses of Class
software.amazon.awssdk.services.imagebuilder.model.StartResourceStateUpdateResponse
-
Packages that use StartResourceStateUpdateResponse 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 StartResourceStateUpdateResponse in software.amazon.awssdk.services.imagebuilder
Methods in software.amazon.awssdk.services.imagebuilder that return StartResourceStateUpdateResponse Modifier and Type Method Description default StartResourceStateUpdateResponseImagebuilderClient. startResourceStateUpdate(Consumer<StartResourceStateUpdateRequest.Builder> startResourceStateUpdateRequest)Begin asynchronous resource state update for lifecycle changes to the specified image resources.default StartResourceStateUpdateResponseImagebuilderClient. startResourceStateUpdate(StartResourceStateUpdateRequest startResourceStateUpdateRequest)Begin asynchronous resource state update for lifecycle changes to the specified image resources.Methods in software.amazon.awssdk.services.imagebuilder that return types with arguments of type StartResourceStateUpdateResponse Modifier and Type Method Description default CompletableFuture<StartResourceStateUpdateResponse>ImagebuilderAsyncClient. startResourceStateUpdate(Consumer<StartResourceStateUpdateRequest.Builder> startResourceStateUpdateRequest)Begin asynchronous resource state update for lifecycle changes to the specified image resources.default CompletableFuture<StartResourceStateUpdateResponse>ImagebuilderAsyncClient. startResourceStateUpdate(StartResourceStateUpdateRequest startResourceStateUpdateRequest)Begin asynchronous resource state update for lifecycle changes to the specified image resources.
-