Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.ListIntegrationsRequest.Builder
Packages that use ListIntegrationsRequest.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 ListIntegrationsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type ListIntegrationsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest) Returns a list of integrations between CloudWatch Logs and other services in this account.default ListIntegrationsResponseCloudWatchLogsClient.listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest) Returns a list of integrations between CloudWatch Logs and other services in this account. -
Uses of ListIntegrationsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListIntegrationsRequest.BuilderModifier and TypeMethodDescriptionListIntegrationsRequest.builder()ListIntegrationsRequest.Builder.integrationNamePrefix(String integrationNamePrefix) To limit the results to integrations that start with a certain name prefix, specify that name prefix here.ListIntegrationsRequest.Builder.integrationStatus(String integrationStatus) To limit the results to integrations with a certain status, specify that status here.ListIntegrationsRequest.Builder.integrationStatus(IntegrationStatus integrationStatus) To limit the results to integrations with a certain status, specify that status here.ListIntegrationsRequest.Builder.integrationType(String integrationType) To limit the results to integrations of a certain type, specify that type here.ListIntegrationsRequest.Builder.integrationType(IntegrationType integrationType) To limit the results to integrations of a certain type, specify that type here.ListIntegrationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListIntegrationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListIntegrationsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListIntegrationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListIntegrationsRequest.Builder>ListIntegrationsRequest.serializableBuilderClass()