| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetObjectAttributesResponse> |
CloudDirectoryAsyncClient.getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)
Retrieves attributes within a facet that are associated with an object.
|
default GetObjectAttributesResponse |
CloudDirectoryClient.getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)
Retrieves attributes within a facet that are associated with an object.
|
| Modifier and Type | Method and Description |
|---|---|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.attributeNames(Collection<String> attributeNames)
List of attribute names whose values will be retrieved.
|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.attributeNames(String... attributeNames)
List of attribute names whose values will be retrieved.
|
static GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.builder() |
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.consistencyLevel(ConsistencyLevel consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.consistencyLevel(String consistencyLevel)
The consistency level at which to retrieve the attributes on an object.
|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
default GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.objectReference(Consumer<ObjectReference.Builder> objectReference)
Reference that identifies the object whose attributes will be retrieved.
|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.objectReference(ObjectReference objectReference)
Reference that identifies the object whose attributes will be retrieved.
|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.schemaFacet(Consumer<SchemaFacet.Builder> schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.Builder.schemaFacet(SchemaFacet schemaFacet)
Identifier for the facet whose attributes will be retrieved.
|
GetObjectAttributesRequest.Builder |
GetObjectAttributesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetObjectAttributesRequest.Builder> |
GetObjectAttributesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.