Uses of Class
software.amazon.awssdk.services.config.model.BaseConfigurationItem
-
Packages that use BaseConfigurationItem Package Description software.amazon.awssdk.services.config.model -
-
Uses of BaseConfigurationItem in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type BaseConfigurationItem Modifier and Type Method Description List<BaseConfigurationItem>BatchGetAggregateResourceConfigResponse. baseConfigurationItems()A list that contains the current configuration of one or more resources.List<BaseConfigurationItem>BatchGetResourceConfigResponse. baseConfigurationItems()A list that contains the current configuration of one or more resources.Methods in software.amazon.awssdk.services.config.model with parameters of type BaseConfigurationItem Modifier and Type Method Description BatchGetAggregateResourceConfigResponse.BuilderBatchGetAggregateResourceConfigResponse.Builder. baseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)A list that contains the current configuration of one or more resources.BatchGetResourceConfigResponse.BuilderBatchGetResourceConfigResponse.Builder. baseConfigurationItems(BaseConfigurationItem... baseConfigurationItems)A list that contains the current configuration of one or more resources.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type BaseConfigurationItem Modifier and Type Method Description BatchGetAggregateResourceConfigResponse.BuilderBatchGetAggregateResourceConfigResponse.Builder. baseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)A list that contains the current configuration of one or more resources.BatchGetResourceConfigResponse.BuilderBatchGetResourceConfigResponse.Builder. baseConfigurationItems(Collection<BaseConfigurationItem> baseConfigurationItems)A list that contains the current configuration of one or more resources.
-