Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchGetLinkAttributesResponse.Builder
-
Packages that use BatchGetLinkAttributesResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchGetLinkAttributesResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchGetLinkAttributesResponse.Builder Modifier and Type Method Description BatchGetLinkAttributesResponse.BuilderBatchGetLinkAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)The attributes that are associated with the typed link.BatchGetLinkAttributesResponse.BuilderBatchGetLinkAttributesResponse.Builder. attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)The attributes that are associated with the typed link.BatchGetLinkAttributesResponse.BuilderBatchGetLinkAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)The attributes that are associated with the typed link.static BatchGetLinkAttributesResponse.BuilderBatchGetLinkAttributesResponse. builder()BatchGetLinkAttributesResponse.BuilderBatchGetLinkAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchGetLinkAttributesResponse.Builder Modifier and Type Method Description static Class<? extends BatchGetLinkAttributesResponse.Builder>BatchGetLinkAttributesResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchGetLinkAttributesResponse.Builder Modifier and Type Method Description default BatchReadSuccessfulResponse.BuilderBatchReadSuccessfulResponse.Builder. getLinkAttributes(Consumer<BatchGetLinkAttributesResponse.Builder> getLinkAttributes)The list of attributes to retrieve from the typed link.
-