Uses of Class
software.amazon.awssdk.services.clouddirectory.model.TypedLinkSpecifier
-
Packages that use TypedLinkSpecifier Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of TypedLinkSpecifier in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return TypedLinkSpecifier Modifier and Type Method Description TypedLinkSpecifierAttachTypedLinkResponse. typedLinkSpecifier()Returns a typed link specifier as output.TypedLinkSpecifierBatchAttachTypedLinkResponse. typedLinkSpecifier()Returns a typed link specifier as output.TypedLinkSpecifierBatchDetachTypedLink. typedLinkSpecifier()Used to accept a typed link specifier as input.TypedLinkSpecifierBatchGetLinkAttributes. typedLinkSpecifier()Allows a typed link specifier to be accepted as input.TypedLinkSpecifierBatchUpdateLinkAttributes. typedLinkSpecifier()Allows a typed link specifier to be accepted as input.TypedLinkSpecifierDetachTypedLinkRequest. typedLinkSpecifier()Used to accept a typed link specifier as input.TypedLinkSpecifierGetLinkAttributesRequest. typedLinkSpecifier()Allows a typed link specifier to be accepted as input.TypedLinkSpecifierUpdateLinkAttributesRequest. 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 TypedLinkSpecifier Modifier and Type Method Description List<TypedLinkSpecifier>BatchListIncomingTypedLinksResponse. linkSpecifiers()Returns one or more typed link specifiers as output.List<TypedLinkSpecifier>ListIncomingTypedLinksResponse. linkSpecifiers()Returns one or more typed link specifiers as output.List<TypedLinkSpecifier>BatchListOutgoingTypedLinksResponse. typedLinkSpecifiers()Returns a typed link specifier as output.List<TypedLinkSpecifier>ListOutgoingTypedLinksResponse. typedLinkSpecifiers()Returns a typed link specifier as output.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type TypedLinkSpecifier Modifier and Type Method Description BatchListIncomingTypedLinksResponse.BuilderBatchListIncomingTypedLinksResponse.Builder. linkSpecifiers(TypedLinkSpecifier... linkSpecifiers)Returns one or more typed link specifiers as output.ListIncomingTypedLinksResponse.BuilderListIncomingTypedLinksResponse.Builder. linkSpecifiers(TypedLinkSpecifier... linkSpecifiers)Returns one or more typed link specifiers as output.AttachTypedLinkResponse.BuilderAttachTypedLinkResponse.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Returns a typed link specifier as output.BatchAttachTypedLinkResponse.BuilderBatchAttachTypedLinkResponse.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Returns a typed link specifier as output.BatchDetachTypedLink.BuilderBatchDetachTypedLink.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Used to accept a typed link specifier as input.BatchGetLinkAttributes.BuilderBatchGetLinkAttributes.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Allows a typed link specifier to be accepted as input.BatchUpdateLinkAttributes.BuilderBatchUpdateLinkAttributes.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Allows a typed link specifier to be accepted as input.DetachTypedLinkRequest.BuilderDetachTypedLinkRequest.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Used to accept a typed link specifier as input.GetLinkAttributesRequest.BuilderGetLinkAttributesRequest.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Allows a typed link specifier to be accepted as input.UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)Allows a typed link specifier to be accepted as input.BatchListOutgoingTypedLinksResponse.BuilderBatchListOutgoingTypedLinksResponse.Builder. typedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)Returns a typed link specifier as output.ListOutgoingTypedLinksResponse.BuilderListOutgoingTypedLinksResponse.Builder. typedLinkSpecifiers(TypedLinkSpecifier... typedLinkSpecifiers)Returns a typed link specifier as output.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type TypedLinkSpecifier Modifier and Type Method Description BatchListIncomingTypedLinksResponse.BuilderBatchListIncomingTypedLinksResponse.Builder. linkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)Returns one or more typed link specifiers as output.ListIncomingTypedLinksResponse.BuilderListIncomingTypedLinksResponse.Builder. linkSpecifiers(Collection<TypedLinkSpecifier> linkSpecifiers)Returns one or more typed link specifiers as output.BatchListOutgoingTypedLinksResponse.BuilderBatchListOutgoingTypedLinksResponse.Builder. typedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)Returns a typed link specifier as output.ListOutgoingTypedLinksResponse.BuilderListOutgoingTypedLinksResponse.Builder. typedLinkSpecifiers(Collection<TypedLinkSpecifier> typedLinkSpecifiers)Returns a typed link specifier as output.
-