Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.UpdateResourceResponse
-
Packages that use UpdateResourceResponse Package Description software.amazon.awssdk.services.cloudcontrol For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide. -
-
Uses of UpdateResourceResponse in software.amazon.awssdk.services.cloudcontrol
Methods in software.amazon.awssdk.services.cloudcontrol that return UpdateResourceResponse Modifier and Type Method Description default UpdateResourceResponseCloudControlClient. updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest)Updates the specified property values in the resource.default UpdateResourceResponseCloudControlClient. updateResource(UpdateResourceRequest updateResourceRequest)Updates the specified property values in the resource.Methods in software.amazon.awssdk.services.cloudcontrol that return types with arguments of type UpdateResourceResponse Modifier and Type Method Description default CompletableFuture<UpdateResourceResponse>CloudControlAsyncClient. updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest)Updates the specified property values in the resource.default CompletableFuture<UpdateResourceResponse>CloudControlAsyncClient. updateResource(UpdateResourceRequest updateResourceRequest)Updates the specified property values in the resource.
-