Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteIntegrationRequest.Builder
Packages that use DeleteIntegrationRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of DeleteIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DeleteIntegrationRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) Deletes the integration between CloudWatch Logs and OpenSearch Service.default DeleteIntegrationResponseCloudWatchLogsClient.deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) Deletes the integration between CloudWatch Logs and OpenSearch Service. -
Uses of DeleteIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeleteIntegrationRequest.BuilderModifier and TypeMethodDescriptionDeleteIntegrationRequest.builder()Specifytrueto force the deletion of the integration even if vended logs dashboards currently exist.DeleteIntegrationRequest.Builder.integrationName(String integrationName) The name of the integration to delete.DeleteIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteIntegrationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeleteIntegrationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteIntegrationRequest.Builder>DeleteIntegrationRequest.serializableBuilderClass()