Uses of Class
software.amazon.awssdk.services.clouddirectory.model.GetObjectAttributesRequest
-
Packages that use GetObjectAttributesRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of GetObjectAttributesRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type GetObjectAttributesRequest Modifier and Type Method Description default CompletableFuture<GetObjectAttributesResponse>CloudDirectoryAsyncClient. getObjectAttributes(GetObjectAttributesRequest 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. -
Uses of GetObjectAttributesRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type GetObjectAttributesRequest Modifier and Type Method Description SdkHttpFullRequestGetObjectAttributesRequestMarshaller. marshall(GetObjectAttributesRequest getObjectAttributesRequest)
-