Uses of Class
software.amazon.awssdk.services.clouddirectory.model.GetObjectAttributesResponse
-
Packages that use GetObjectAttributesResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of GetObjectAttributesResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return GetObjectAttributesResponse Modifier and Type Method Description default GetObjectAttributesResponseCloudDirectoryClient. getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)Retrieves attributes within a facet that are associated with an object.default GetObjectAttributesResponseCloudDirectoryClient. getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)Retrieves attributes within a facet that are associated with an object.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type GetObjectAttributesResponse Modifier and Type Method Description default CompletableFuture<GetObjectAttributesResponse>CloudDirectoryAsyncClient. getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)Retrieves attributes within a facet that are associated with an object.default CompletableFuture<GetObjectAttributesResponse>CloudDirectoryAsyncClient. getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)Retrieves attributes within a facet that are associated with an object.
-