Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetIntegrationRequest.Builder
Packages that use GetIntegrationRequest.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 GetIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetIntegrationRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetIntegrationResponse>CloudWatchLogsAsyncClient.getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest) Returns information about one integration between CloudWatch Logs and OpenSearch Service.default GetIntegrationResponseCloudWatchLogsClient.getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest) Returns information about one integration between CloudWatch Logs and OpenSearch Service. -
Uses of GetIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetIntegrationRequest.BuilderModifier and TypeMethodDescriptionGetIntegrationRequest.builder()GetIntegrationRequest.Builder.integrationName(String integrationName) The name of the integration that you want to find information about.GetIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetIntegrationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetIntegrationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetIntegrationRequest.Builder>GetIntegrationRequest.serializableBuilderClass()