Uses of Interface
software.amazon.awssdk.services.ssmcontacts.model.GetContactChannelRequest.Builder
-
Packages that use GetContactChannelRequest.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 GetContactChannelRequest.Builder in software.amazon.awssdk.services.ssmcontacts
Method parameters in software.amazon.awssdk.services.ssmcontacts with type arguments of type GetContactChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<GetContactChannelResponse>SsmContactsAsyncClient. getContactChannel(Consumer<GetContactChannelRequest.Builder> getContactChannelRequest)List details about a specific contact channel.default GetContactChannelResponseSsmContactsClient. getContactChannel(Consumer<GetContactChannelRequest.Builder> getContactChannelRequest)List details about a specific contact channel. -
Uses of GetContactChannelRequest.Builder in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return GetContactChannelRequest.Builder Modifier and Type Method Description static GetContactChannelRequest.BuilderGetContactChannelRequest. builder()GetContactChannelRequest.BuilderGetContactChannelRequest.Builder. contactChannelId(String contactChannelId)The Amazon Resource Name (ARN) of the contact channel you want information about.GetContactChannelRequest.BuilderGetContactChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContactChannelRequest.BuilderGetContactChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContactChannelRequest.BuilderGetContactChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type GetContactChannelRequest.Builder Modifier and Type Method Description static Class<? extends GetContactChannelRequest.Builder>GetContactChannelRequest. serializableBuilderClass()
-