Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.ListAttributeGroupsResponse.Builder
-
Packages that use ListAttributeGroupsResponse.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of ListAttributeGroupsResponse.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ListAttributeGroupsResponse.Builder Modifier and Type Method Description ListAttributeGroupsResponse.BuilderListAttributeGroupsResponse.Builder. attributeGroups(Collection<AttributeGroupSummary> attributeGroups)This list of attribute groups.ListAttributeGroupsResponse.BuilderListAttributeGroupsResponse.Builder. attributeGroups(Consumer<AttributeGroupSummary.Builder>... attributeGroups)This list of attribute groups.ListAttributeGroupsResponse.BuilderListAttributeGroupsResponse.Builder. attributeGroups(AttributeGroupSummary... attributeGroups)This list of attribute groups.static ListAttributeGroupsResponse.BuilderListAttributeGroupsResponse. builder()ListAttributeGroupsResponse.BuilderListAttributeGroupsResponse.Builder. nextToken(String nextToken)The token to use to get the next page of results after a previous API call.ListAttributeGroupsResponse.BuilderListAttributeGroupsResponse. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ListAttributeGroupsResponse.Builder Modifier and Type Method Description static Class<? extends ListAttributeGroupsResponse.Builder>ListAttributeGroupsResponse. serializableBuilderClass()
-