Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.GetObjectInformationRequest.Builder
-
Packages that use GetObjectInformationRequest.Builder Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.model -
-
Uses of GetObjectInformationRequest.Builder in software.amazon.awssdk.services.clouddirectory
Method parameters in software.amazon.awssdk.services.clouddirectory with type arguments of type GetObjectInformationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetObjectInformationResponse>CloudDirectoryAsyncClient. getObjectInformation(Consumer<GetObjectInformationRequest.Builder> getObjectInformationRequest)Retrieves metadata about an object.default GetObjectInformationResponseCloudDirectoryClient. getObjectInformation(Consumer<GetObjectInformationRequest.Builder> getObjectInformationRequest)Retrieves metadata about an object. -
Uses of GetObjectInformationRequest.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return GetObjectInformationRequest.Builder Modifier and Type Method Description static GetObjectInformationRequest.BuilderGetObjectInformationRequest. builder()GetObjectInformationRequest.BuilderGetObjectInformationRequest.Builder. consistencyLevel(String consistencyLevel)The consistency level at which to retrieve the object information.GetObjectInformationRequest.BuilderGetObjectInformationRequest.Builder. consistencyLevel(ConsistencyLevel consistencyLevel)The consistency level at which to retrieve the object information.GetObjectInformationRequest.BuilderGetObjectInformationRequest.Builder. directoryArn(String directoryArn)The ARN of the directory being retrieved.default GetObjectInformationRequest.BuilderGetObjectInformationRequest.Builder. objectReference(Consumer<ObjectReference.Builder> objectReference)A reference to the object.GetObjectInformationRequest.BuilderGetObjectInformationRequest.Builder. objectReference(ObjectReference objectReference)A reference to the object.GetObjectInformationRequest.BuilderGetObjectInformationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetObjectInformationRequest.BuilderGetObjectInformationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetObjectInformationRequest.BuilderGetObjectInformationRequest. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type GetObjectInformationRequest.Builder Modifier and Type Method Description static Class<? extends GetObjectInformationRequest.Builder>GetObjectInformationRequest. serializableBuilderClass()
-