Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.ListObjectAttributesResponse.Builder
-
Packages that use ListObjectAttributesResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ListObjectAttributesResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ListObjectAttributesResponse.Builder Modifier and Type Method Description ListObjectAttributesResponse.BuilderListObjectAttributesResponse.Builder. attributes(Collection<AttributeKeyAndValue> attributes)Attributes map that is associated with the object.ListObjectAttributesResponse.BuilderListObjectAttributesResponse.Builder. attributes(Consumer<AttributeKeyAndValue.Builder>... attributes)Attributes map that is associated with the object.ListObjectAttributesResponse.BuilderListObjectAttributesResponse.Builder. attributes(AttributeKeyAndValue... attributes)Attributes map that is associated with the object.static ListObjectAttributesResponse.BuilderListObjectAttributesResponse. builder()ListObjectAttributesResponse.BuilderListObjectAttributesResponse.Builder. nextToken(String nextToken)The pagination token.ListObjectAttributesResponse.BuilderListObjectAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ListObjectAttributesResponse.Builder Modifier and Type Method Description static Class<? extends ListObjectAttributesResponse.Builder>ListObjectAttributesResponse. serializableBuilderClass()
-