Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.UpdateLinkAttributesRequest.Builder
-
Packages that use UpdateLinkAttributesRequest.Builder Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.model -
-
Uses of UpdateLinkAttributesRequest.Builder in software.amazon.awssdk.services.clouddirectory
Method parameters in software.amazon.awssdk.services.clouddirectory with type arguments of type UpdateLinkAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLinkAttributesResponse>CloudDirectoryAsyncClient. updateLinkAttributes(Consumer<UpdateLinkAttributesRequest.Builder> updateLinkAttributesRequest)Updates a given typed link’s attributes.default UpdateLinkAttributesResponseCloudDirectoryClient. updateLinkAttributes(Consumer<UpdateLinkAttributesRequest.Builder> updateLinkAttributesRequest)Updates a given typed link’s attributes. -
Uses of UpdateLinkAttributesRequest.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return UpdateLinkAttributesRequest.Builder Modifier and Type Method Description UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. attributeUpdates(Collection<LinkAttributeUpdate> attributeUpdates)The attributes update structure.UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. attributeUpdates(Consumer<LinkAttributeUpdate.Builder>... attributeUpdates)The attributes update structure.UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. attributeUpdates(LinkAttributeUpdate... attributeUpdates)The attributes update structure.static UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest. builder()UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. directoryArn(String directoryArn)The Amazon Resource Name (ARN) that is associated with the Directory where the updated typed link resides.UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest. toBuilder()default UpdateLinkAttributesRequest.BuilderUpdateLinkAttributesRequest.Builder. typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> 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.Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type UpdateLinkAttributesRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLinkAttributesRequest.Builder>UpdateLinkAttributesRequest. serializableBuilderClass()
-