Uses of Class
software.amazon.awssdk.services.devopsguru.model.ResourceTypeFilter
-
Packages that use ResourceTypeFilter Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of ResourceTypeFilter in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return ResourceTypeFilter Modifier and Type Method Description static ResourceTypeFilterResourceTypeFilter. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceTypeFilterResourceTypeFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceTypeFilter[]ResourceTypeFilter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type ResourceTypeFilter Modifier and Type Method Description static Set<ResourceTypeFilter>ResourceTypeFilter. knownValues()List<ResourceTypeFilter>ListMonitoredResourcesFilters. resourceTypeFilters()The type of resource that you wish to retrieve, such as log groups.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type ResourceTypeFilter Modifier and Type Method Description ListMonitoredResourcesFilters.BuilderListMonitoredResourcesFilters.Builder. resourceTypeFilters(ResourceTypeFilter... resourceTypeFilters)The type of resource that you wish to retrieve, such as log groups.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type ResourceTypeFilter Modifier and Type Method Description ListMonitoredResourcesFilters.BuilderListMonitoredResourcesFilters.Builder. resourceTypeFilters(Collection<ResourceTypeFilter> resourceTypeFilters)The type of resource that you wish to retrieve, such as log groups.
-