Uses of Class
software.amazon.awssdk.services.clouddirectory.model.GetObjectInformationRequest
-
Packages that use GetObjectInformationRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of GetObjectInformationRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type GetObjectInformationRequest Modifier and Type Method Description default CompletableFuture<GetObjectInformationResponse>CloudDirectoryAsyncClient. getObjectInformation(GetObjectInformationRequest getObjectInformationRequest)Retrieves metadata about an object.default GetObjectInformationResponseCloudDirectoryClient. getObjectInformation(GetObjectInformationRequest getObjectInformationRequest)Retrieves metadata about an object. -
Uses of GetObjectInformationRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type GetObjectInformationRequest Modifier and Type Method Description SdkHttpFullRequestGetObjectInformationRequestMarshaller. marshall(GetObjectInformationRequest getObjectInformationRequest)
-