Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.IntegrationType
-
Packages that use IntegrationType Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of IntegrationType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return IntegrationType Modifier and Type Method Description static IntegrationTypeIntegrationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntegrationTypeGetIntegrationResponse. integrationType()The type of integration.IntegrationTypeIntegrationSummary. integrationType()The type of integration.IntegrationTypeListIntegrationsRequest. integrationType()To limit the results to integrations of a certain type, specify that type here.IntegrationTypePutIntegrationRequest. integrationType()The type of integration.static IntegrationTypeIntegrationType. valueOf(String name)Returns 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 IntegrationType Modifier and Type Method Description static Set<IntegrationType>IntegrationType. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type IntegrationType Modifier and Type Method Description GetIntegrationResponse.BuilderGetIntegrationResponse.Builder. integrationType(IntegrationType integrationType)The type of integration.IntegrationSummary.BuilderIntegrationSummary.Builder. integrationType(IntegrationType integrationType)The type of integration.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. integrationType(IntegrationType integrationType)To limit the results to integrations of a certain type, specify that type here.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. integrationType(IntegrationType integrationType)The type of integration.
-