Uses of Class
software.amazon.awssdk.services.clouddirectory.model.AttachObjectResponse
-
Packages that use AttachObjectResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of AttachObjectResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return AttachObjectResponse Modifier and Type Method Description default AttachObjectResponseCloudDirectoryClient. attachObject(Consumer<AttachObjectRequest.Builder> attachObjectRequest)Attaches an existing object to another object.default AttachObjectResponseCloudDirectoryClient. attachObject(AttachObjectRequest attachObjectRequest)Attaches an existing object to another object.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type AttachObjectResponse Modifier and Type Method Description default CompletableFuture<AttachObjectResponse>CloudDirectoryAsyncClient. attachObject(Consumer<AttachObjectRequest.Builder> attachObjectRequest)Attaches an existing object to another object.default CompletableFuture<AttachObjectResponse>CloudDirectoryAsyncClient. attachObject(AttachObjectRequest attachObjectRequest)Attaches an existing object to another object.
-