Uses of Class
software.amazon.awssdk.services.clouddirectory.model.UpdateObjectAttributesResponse
-
Packages that use UpdateObjectAttributesResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of UpdateObjectAttributesResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return UpdateObjectAttributesResponse Modifier and Type Method Description default UpdateObjectAttributesResponseCloudDirectoryClient. updateObjectAttributes(Consumer<UpdateObjectAttributesRequest.Builder> updateObjectAttributesRequest)Updates a given object's attributes.default UpdateObjectAttributesResponseCloudDirectoryClient. updateObjectAttributes(UpdateObjectAttributesRequest updateObjectAttributesRequest)Updates a given object's attributes.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type UpdateObjectAttributesResponse Modifier and Type Method Description default CompletableFuture<UpdateObjectAttributesResponse>CloudDirectoryAsyncClient. updateObjectAttributes(Consumer<UpdateObjectAttributesRequest.Builder> updateObjectAttributesRequest)Updates a given object's attributes.default CompletableFuture<UpdateObjectAttributesResponse>CloudDirectoryAsyncClient. updateObjectAttributes(UpdateObjectAttributesRequest updateObjectAttributesRequest)Updates a given object's attributes.
-