Uses of Interface
software.amazon.awssdk.services.connect.model.ListInstanceAttributesResponse.Builder
-
Packages that use ListInstanceAttributesResponse.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ListInstanceAttributesResponse.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ListInstanceAttributesResponse.Builder Modifier and Type Method Description ListInstanceAttributesResponse.BuilderListInstanceAttributesResponse.Builder. attributes(Collection<Attribute> attributes)The attribute types.ListInstanceAttributesResponse.BuilderListInstanceAttributesResponse.Builder. attributes(Consumer<Attribute.Builder>... attributes)The attribute types.ListInstanceAttributesResponse.BuilderListInstanceAttributesResponse.Builder. attributes(Attribute... attributes)The attribute types.static ListInstanceAttributesResponse.BuilderListInstanceAttributesResponse. builder()ListInstanceAttributesResponse.BuilderListInstanceAttributesResponse.Builder. nextToken(String nextToken)If there are additional results, this is the token for the next set of results.ListInstanceAttributesResponse.BuilderListInstanceAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ListInstanceAttributesResponse.Builder Modifier and Type Method Description static Class<? extends ListInstanceAttributesResponse.Builder>ListInstanceAttributesResponse. serializableBuilderClass()
-