Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.UpdateResourceResponse
Packages that use UpdateResourceResponse
Package
Description
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 UpdateResourceResponseModifier and TypeMethodDescriptiondefault 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 UpdateResourceResponseModifier and TypeMethodDescriptiondefault 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.