Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchGetLinkAttributes.Builder
-
Packages that use BatchGetLinkAttributes.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchGetLinkAttributes.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchGetLinkAttributes.Builder Modifier and Type Method Description BatchGetLinkAttributes.BuilderBatchGetLinkAttributes.Builder. attributeNames(String... attributeNames)A list of attribute names whose values will be retrieved.BatchGetLinkAttributes.BuilderBatchGetLinkAttributes.Builder. attributeNames(Collection<String> attributeNames)A list of attribute names whose values will be retrieved.static BatchGetLinkAttributes.BuilderBatchGetLinkAttributes. builder()BatchGetLinkAttributes.BuilderBatchGetLinkAttributes. toBuilder()default BatchGetLinkAttributes.BuilderBatchGetLinkAttributes.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Allows a typed link specifier to be accepted as input.BatchGetLinkAttributes.BuilderBatchGetLinkAttributes.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Allows a typed link specifier to be accepted as input.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchGetLinkAttributes.Builder Modifier and Type Method Description static Class<? extends BatchGetLinkAttributes.Builder>BatchGetLinkAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchGetLinkAttributes.Builder Modifier and Type Method Description default BatchReadOperation.BuilderBatchReadOperation.Builder. getLinkAttributes(Consumer<BatchGetLinkAttributes.Builder> getLinkAttributes)Retrieves attributes that are associated with a typed link.
-