Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchAttachTypedLinkResponse.Builder
-
Packages that use BatchAttachTypedLinkResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchAttachTypedLinkResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchAttachTypedLinkResponse.Builder Modifier and Type Method Description static BatchAttachTypedLinkResponse.BuilderBatchAttachTypedLinkResponse. builder()BatchAttachTypedLinkResponse.BuilderBatchAttachTypedLinkResponse. toBuilder()default BatchAttachTypedLinkResponse.BuilderBatchAttachTypedLinkResponse.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)Returns a typed link specifier as output.BatchAttachTypedLinkResponse.BuilderBatchAttachTypedLinkResponse.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Returns a typed link specifier as output.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchAttachTypedLinkResponse.Builder Modifier and Type Method Description static Class<? extends BatchAttachTypedLinkResponse.Builder>BatchAttachTypedLinkResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchAttachTypedLinkResponse.Builder Modifier and Type Method Description default BatchWriteOperationResponse.BuilderBatchWriteOperationResponse.Builder. attachTypedLink(Consumer<BatchAttachTypedLinkResponse.Builder> attachTypedLink)Attaches a typed link to a specified source and target object.
-