Uses of Class
software.amazon.awssdk.services.clouddirectory.model.DetachObjectResponse
-
Packages that use DetachObjectResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of DetachObjectResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return DetachObjectResponse Modifier and Type Method Description default DetachObjectResponseCloudDirectoryClient. detachObject(Consumer<DetachObjectRequest.Builder> detachObjectRequest)Detaches a given object from the parent object.default DetachObjectResponseCloudDirectoryClient. detachObject(DetachObjectRequest detachObjectRequest)Detaches a given object from the parent object.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type DetachObjectResponse Modifier and Type Method Description default CompletableFuture<DetachObjectResponse>CloudDirectoryAsyncClient. detachObject(Consumer<DetachObjectRequest.Builder> detachObjectRequest)Detaches a given object from the parent object.default CompletableFuture<DetachObjectResponse>CloudDirectoryAsyncClient. detachObject(DetachObjectRequest detachObjectRequest)Detaches a given object from the parent object.
-