Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.ListFacetAttributesResponse.Builder
-
Packages that use ListFacetAttributesResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ListFacetAttributesResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ListFacetAttributesResponse.Builder Modifier and Type Method Description ListFacetAttributesResponse.BuilderListFacetAttributesResponse.Builder. attributes(Collection<FacetAttribute> attributes)The attributes attached to the facet.ListFacetAttributesResponse.BuilderListFacetAttributesResponse.Builder. attributes(Consumer<FacetAttribute.Builder>... attributes)The attributes attached to the facet.ListFacetAttributesResponse.BuilderListFacetAttributesResponse.Builder. attributes(FacetAttribute... attributes)The attributes attached to the facet.static ListFacetAttributesResponse.BuilderListFacetAttributesResponse. builder()ListFacetAttributesResponse.BuilderListFacetAttributesResponse.Builder. nextToken(String nextToken)The pagination token.ListFacetAttributesResponse.BuilderListFacetAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ListFacetAttributesResponse.Builder Modifier and Type Method Description static Class<? extends ListFacetAttributesResponse.Builder>ListFacetAttributesResponse. serializableBuilderClass()
-