Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutIntegrationRequest.Builder
Packages that use PutIntegrationRequest.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 PutIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutIntegrationRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<PutIntegrationResponse>CloudWatchLogsAsyncClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest) Creates an integration between CloudWatch Logs and another service in this account.default PutIntegrationResponseCloudWatchLogsClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest) Creates an integration between CloudWatch Logs and another service in this account. -
Uses of PutIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutIntegrationRequest.BuilderModifier and TypeMethodDescriptionPutIntegrationRequest.builder()PutIntegrationRequest.Builder.integrationName(String integrationName) A name for the integration.PutIntegrationRequest.Builder.integrationType(String integrationType) The type of integration.PutIntegrationRequest.Builder.integrationType(IntegrationType integrationType) The type of integration.PutIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default PutIntegrationRequest.BuilderPutIntegrationRequest.Builder.resourceConfig(Consumer<ResourceConfig.Builder> resourceConfig) A structure that contains configuration information for the integration that you are creating.PutIntegrationRequest.Builder.resourceConfig(ResourceConfig resourceConfig) A structure that contains configuration information for the integration that you are creating.PutIntegrationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutIntegrationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutIntegrationRequest.Builder>PutIntegrationRequest.serializableBuilderClass()