Uses of Interface
software.amazon.awssdk.services.ssm.model.ListAssociationsResponse.Builder
-
Packages that use ListAssociationsResponse.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ListAssociationsResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListAssociationsResponse.Builder Modifier and Type Method Description ListAssociationsResponse.BuilderListAssociationsResponse.Builder. associations(Collection<Association> associations)The associations.ListAssociationsResponse.BuilderListAssociationsResponse.Builder. associations(Consumer<Association.Builder>... associations)The associations.ListAssociationsResponse.BuilderListAssociationsResponse.Builder. associations(Association... associations)The associations.static ListAssociationsResponse.BuilderListAssociationsResponse. builder()ListAssociationsResponse.BuilderListAssociationsResponse.Builder. nextToken(String nextToken)The token to use when requesting the next set of items.ListAssociationsResponse.BuilderListAssociationsResponse. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListAssociationsResponse.Builder Modifier and Type Method Description static Class<? extends ListAssociationsResponse.Builder>ListAssociationsResponse. serializableBuilderClass()
-