Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.IntegrationType
Packages that use IntegrationType
-
Uses of IntegrationType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return IntegrationTypeModifier and TypeMethodDescriptionstatic IntegrationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IntegrationTypeGetIntegrationResponse.integrationType()The type of integration.final IntegrationTypeIntegrationSummary.integrationType()The type of integration.final IntegrationTypeListIntegrationsRequest.integrationType()To limit the results to integrations of a certain type, specify that type here.final IntegrationTypePutIntegrationRequest.integrationType()The type of integration.static IntegrationTypeReturns the enum constant of this type with the specified name.static IntegrationType[]IntegrationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type IntegrationTypeMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IntegrationTypeModifier and TypeMethodDescriptionGetIntegrationResponse.Builder.integrationType(IntegrationType integrationType) The type of integration.IntegrationSummary.Builder.integrationType(IntegrationType integrationType) The type of integration.ListIntegrationsRequest.Builder.integrationType(IntegrationType integrationType) To limit the results to integrations of a certain type, specify that type here.PutIntegrationRequest.Builder.integrationType(IntegrationType integrationType) The type of integration.