Uses of Interface
software.amazon.awssdk.services.codeguruprofiler.model.GetNotificationConfigurationRequest.Builder
-
Packages that use GetNotificationConfigurationRequest.Builder Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of GetNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.codeguruprofiler
Method parameters in software.amazon.awssdk.services.codeguruprofiler with type arguments of type GetNotificationConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetNotificationConfigurationResponse>CodeGuruProfilerAsyncClient. getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest)Get the current configuration for anomaly notifications for a profiling group.default GetNotificationConfigurationResponseCodeGuruProfilerClient. getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest)Get the current configuration for anomaly notifications for a profiling group. -
Uses of GetNotificationConfigurationRequest.Builder in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return GetNotificationConfigurationRequest.Builder Modifier and Type Method Description static GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest. builder()GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest.Builder. profilingGroupName(String profilingGroupName)The name of the profiling group we want to get the notification configuration for.GetNotificationConfigurationRequest.BuilderGetNotificationConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type GetNotificationConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetNotificationConfigurationRequest.Builder>GetNotificationConfigurationRequest. serializableBuilderClass()
-