Uses of Interface
software.amazon.awssdk.services.datazone.model.ListDomainUnitsForParentResponse.Builder
-
Packages that use ListDomainUnitsForParentResponse.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ListDomainUnitsForParentResponse.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ListDomainUnitsForParentResponse.Builder Modifier and Type Method Description static ListDomainUnitsForParentResponse.BuilderListDomainUnitsForParentResponse. builder()ListDomainUnitsForParentResponse.BuilderListDomainUnitsForParentResponse.Builder. items(Collection<DomainUnitSummary> items)The results returned by this action.ListDomainUnitsForParentResponse.BuilderListDomainUnitsForParentResponse.Builder. items(Consumer<DomainUnitSummary.Builder>... items)The results returned by this action.ListDomainUnitsForParentResponse.BuilderListDomainUnitsForParentResponse.Builder. items(DomainUnitSummary... items)The results returned by this action.ListDomainUnitsForParentResponse.BuilderListDomainUnitsForParentResponse.Builder. nextToken(String nextToken)When the number of domain units is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of domain units, the response includes a pagination token named NextToken.ListDomainUnitsForParentResponse.BuilderListDomainUnitsForParentResponse. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ListDomainUnitsForParentResponse.Builder Modifier and Type Method Description static Class<? extends ListDomainUnitsForParentResponse.Builder>ListDomainUnitsForParentResponse. serializableBuilderClass()
-