Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.GetLinkAttributesResponse.Builder
-
Packages that use GetLinkAttributesResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of GetLinkAttributesResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return GetLinkAttributesResponse.Builder Modifier and Type Method Description GetLinkAttributesResponse.BuilderGetLinkAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)The attributes that are associated with the typed link.GetLinkAttributesResponse.BuilderGetLinkAttributesResponse.Builder. attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)The attributes that are associated with the typed link.GetLinkAttributesResponse.BuilderGetLinkAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)The attributes that are associated with the typed link.static GetLinkAttributesResponse.BuilderGetLinkAttributesResponse. builder()GetLinkAttributesResponse.BuilderGetLinkAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type GetLinkAttributesResponse.Builder Modifier and Type Method Description static Class<? extends GetLinkAttributesResponse.Builder>GetLinkAttributesResponse. serializableBuilderClass()
-