Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.IntegrationSummary
Packages that use IntegrationSummary
-
Uses of IntegrationSummary in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type IntegrationSummaryModifier and TypeMethodDescriptionfinal List<IntegrationSummary>ListIntegrationsResponse.integrationSummaries()An array, where each object in the array contains information about one CloudWatch Logs integration in this account.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IntegrationSummaryModifier and TypeMethodDescriptionListIntegrationsResponse.Builder.integrationSummaries(IntegrationSummary... integrationSummaries) An array, where each object in the array contains information about one CloudWatch Logs integration in this account.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type IntegrationSummaryModifier and TypeMethodDescriptionListIntegrationsResponse.Builder.integrationSummaries(Collection<IntegrationSummary> integrationSummaries) An array, where each object in the array contains information about one CloudWatch Logs integration in this account.