| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory |
|
| Modifier and Type | Method and Description |
|---|---|
default GetObjectAttributesResponse |
CloudDirectoryClient.getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest)
Retrieves attributes within a facet that are associated with an object.
|
default GetObjectAttributesResponse |
CloudDirectoryClient.getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)
Retrieves attributes within a facet that are associated with an object.
|
| 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 CompletableFuture<GetObjectAttributesResponse> |
CloudDirectoryAsyncClient.getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest)
Retrieves attributes within a facet that are associated with an object.
|
Copyright © 2022. All rights reserved.