Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.ListPageResolutionsRequest.Builder
-
Packages that use ListPageResolutionsRequest.Builder Package Description software.amazon.awssdk.services.ssmcontacts Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications.software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ListPageResolutionsRequest.Builder in software.amazon.awssdk.services.ssmcontacts
-
Uses of ListPageResolutionsRequest.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ListPageResolutionsRequest.Builder Modifier and Type Method Description static ListPageResolutionsRequest.BuilderListPageResolutionsRequest. builder()ListPageResolutionsRequest.BuilderListPageResolutionsRequest.Builder. nextToken(String nextToken)A token to start the list.ListPageResolutionsRequest.BuilderListPageResolutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPageResolutionsRequest.BuilderListPageResolutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPageResolutionsRequest.BuilderListPageResolutionsRequest.Builder. pageId(String pageId)The Amazon Resource Name (ARN) of the contact engaged for the incident.ListPageResolutionsRequest.BuilderListPageResolutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ListPageResolutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListPageResolutionsRequest.Builder>ListPageResolutionsRequest. serializableBuilderClass()
-