| Package | Description |
|---|---|
| software.amazon.awssdk.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetLinkAttributesResponse.Builder |
BatchGetLinkAttributesResponse.Builder.attributes(AttributeKeyAndValue... attributes)
The attributes that are associated with the typed link.
|
BatchGetLinkAttributesResponse.Builder |
BatchGetLinkAttributesResponse.Builder.attributes(Collection<AttributeKeyAndValue> attributes)
The attributes that are associated with the typed link.
|
BatchGetLinkAttributesResponse.Builder |
BatchGetLinkAttributesResponse.Builder.attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)
The attributes that are associated with the typed link.
|
static BatchGetLinkAttributesResponse.Builder |
BatchGetLinkAttributesResponse.builder() |
BatchGetLinkAttributesResponse.Builder |
BatchGetLinkAttributesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetLinkAttributesResponse.Builder> |
BatchGetLinkAttributesResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default BatchReadSuccessfulResponse.Builder |
BatchReadSuccessfulResponse.Builder.getLinkAttributes(Consumer<BatchGetLinkAttributesResponse.Builder> getLinkAttributes)
The list of attributes to retrieve from the typed link.
|
Copyright © 2022. All rights reserved.