Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ResolutionContact
-
Packages that use ResolutionContact Package Description software.amazon.awssdk.services.ssmcontacts.model software.amazon.awssdk.services.ssmcontacts.paginators -
-
Uses of ResolutionContact in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ResolutionContact Modifier and Type Method Description List<ResolutionContact>ListPageResolutionsResponse. pageResolutions()Information about the resolution for an engagement.Methods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type ResolutionContact Modifier and Type Method Description ListPageResolutionsResponse.BuilderListPageResolutionsResponse.Builder. pageResolutions(ResolutionContact... pageResolutions)Information about the resolution for an engagement.Method parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type ResolutionContact Modifier and Type Method Description ListPageResolutionsResponse.BuilderListPageResolutionsResponse.Builder. pageResolutions(Collection<ResolutionContact> pageResolutions)Information about the resolution for an engagement. -
Uses of ResolutionContact in software.amazon.awssdk.services.ssmcontacts.paginators
Methods in software.amazon.awssdk.services.ssmcontacts.paginators that return types with arguments of type ResolutionContact Modifier and Type Method Description SdkIterable<ResolutionContact>ListPageResolutionsIterable. pageResolutions()Returns an iterable to iterate through the paginatedListPageResolutionsResponse.pageResolutions()member.SdkPublisher<ResolutionContact>ListPageResolutionsPublisher. pageResolutions()Returns a publisher that can be used to get a stream of data.
-