Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.ListContactChannelsRequest.Builder
-
Packages that use ListContactChannelsRequest.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 ListContactChannelsRequest.Builder in software.amazon.awssdk.services.ssmcontacts
-
Uses of ListContactChannelsRequest.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return ListContactChannelsRequest.Builder Modifier and Type Method Description static ListContactChannelsRequest.BuilderListContactChannelsRequest. builder()ListContactChannelsRequest.BuilderListContactChannelsRequest.Builder. contactId(String contactId)The Amazon Resource Name (ARN) of the contact.ListContactChannelsRequest.BuilderListContactChannelsRequest.Builder. maxResults(Integer maxResults)The maximum number of contact channels per page.ListContactChannelsRequest.BuilderListContactChannelsRequest.Builder. nextToken(String nextToken)The pagination token to continue to the next page of results.ListContactChannelsRequest.BuilderListContactChannelsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListContactChannelsRequest.BuilderListContactChannelsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListContactChannelsRequest.BuilderListContactChannelsRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ListContactChannelsRequest.Builder Modifier and Type Method Description static Class<? extends ListContactChannelsRequest.Builder>ListContactChannelsRequest. serializableBuilderClass()
-