Uses of Class
software.amazon.awssdk.services.opsworks.model.UpdateLayerResponse
-
Packages that use UpdateLayerResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of UpdateLayerResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return UpdateLayerResponse Modifier and Type Method Description default UpdateLayerResponseOpsWorksClient. updateLayer(Consumer<UpdateLayerRequest.Builder> updateLayerRequest)Updates a specified layer.default UpdateLayerResponseOpsWorksClient. updateLayer(UpdateLayerRequest updateLayerRequest)Updates a specified layer.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type UpdateLayerResponse Modifier and Type Method Description default CompletableFuture<UpdateLayerResponse>OpsWorksAsyncClient. updateLayer(Consumer<UpdateLayerRequest.Builder> updateLayerRequest)Updates a specified layer.default CompletableFuture<UpdateLayerResponse>OpsWorksAsyncClient. updateLayer(UpdateLayerRequest updateLayerRequest)Updates a specified layer.
-