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