Uses of Interface
software.amazon.awssdk.services.devopsguru.model.ListNotificationChannelsRequest.Builder
-
Packages that use ListNotificationChannelsRequest.Builder Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications.software.amazon.awssdk.services.devopsguru.model -
-
Uses of ListNotificationChannelsRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type ListNotificationChannelsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListNotificationChannelsResponse>DevOpsGuruAsyncClient. listNotificationChannels(Consumer<ListNotificationChannelsRequest.Builder> listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru.default ListNotificationChannelsResponseDevOpsGuruClient. listNotificationChannels(Consumer<ListNotificationChannelsRequest.Builder> listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru.default ListNotificationChannelsPublisherDevOpsGuruAsyncClient. listNotificationChannelsPaginator(Consumer<ListNotificationChannelsRequest.Builder> listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru.default ListNotificationChannelsIterableDevOpsGuruClient. listNotificationChannelsPaginator(Consumer<ListNotificationChannelsRequest.Builder> listNotificationChannelsRequest)Returns a list of notification channels configured for DevOps Guru. -
Uses of ListNotificationChannelsRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return ListNotificationChannelsRequest.Builder Modifier and Type Method Description static ListNotificationChannelsRequest.BuilderListNotificationChannelsRequest. builder()ListNotificationChannelsRequest.BuilderListNotificationChannelsRequest.Builder. nextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.ListNotificationChannelsRequest.BuilderListNotificationChannelsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNotificationChannelsRequest.BuilderListNotificationChannelsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNotificationChannelsRequest.BuilderListNotificationChannelsRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ListNotificationChannelsRequest.Builder Modifier and Type Method Description static Class<? extends ListNotificationChannelsRequest.Builder>ListNotificationChannelsRequest. serializableBuilderClass()
-