Uses of Class
software.amazon.awssdk.services.config.model.AggregateResourceIdentifier
-
Packages that use AggregateResourceIdentifier Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of AggregateResourceIdentifier in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return AggregateResourceIdentifier Modifier and Type Method Description AggregateResourceIdentifierGetAggregateResourceConfigRequest. resourceIdentifier()An object that identifies aggregate resource.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type AggregateResourceIdentifier Modifier and Type Method Description List<AggregateResourceIdentifier>BatchGetAggregateResourceConfigRequest. resourceIdentifiers()A list of aggregate ResourceIdentifiers objects.List<AggregateResourceIdentifier>ListAggregateDiscoveredResourcesResponse. resourceIdentifiers()Returns a list ofResourceIdentifiersobjects.List<AggregateResourceIdentifier>BatchGetAggregateResourceConfigResponse. unprocessedResourceIdentifiers()A list of resource identifiers that were not processed with current scope.Methods in software.amazon.awssdk.services.config.model with parameters of type AggregateResourceIdentifier Modifier and Type Method Description GetAggregateResourceConfigRequest.BuilderGetAggregateResourceConfigRequest.Builder. resourceIdentifier(AggregateResourceIdentifier resourceIdentifier)An object that identifies aggregate resource.BatchGetAggregateResourceConfigRequest.BuilderBatchGetAggregateResourceConfigRequest.Builder. resourceIdentifiers(AggregateResourceIdentifier... resourceIdentifiers)A list of aggregate ResourceIdentifiers objects.ListAggregateDiscoveredResourcesResponse.BuilderListAggregateDiscoveredResourcesResponse.Builder. resourceIdentifiers(AggregateResourceIdentifier... resourceIdentifiers)Returns a list ofResourceIdentifiersobjects.BatchGetAggregateResourceConfigResponse.BuilderBatchGetAggregateResourceConfigResponse.Builder. unprocessedResourceIdentifiers(AggregateResourceIdentifier... unprocessedResourceIdentifiers)A list of resource identifiers that were not processed with current scope.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type AggregateResourceIdentifier Modifier and Type Method Description BatchGetAggregateResourceConfigRequest.BuilderBatchGetAggregateResourceConfigRequest.Builder. resourceIdentifiers(Collection<AggregateResourceIdentifier> resourceIdentifiers)A list of aggregate ResourceIdentifiers objects.ListAggregateDiscoveredResourcesResponse.BuilderListAggregateDiscoveredResourcesResponse.Builder. resourceIdentifiers(Collection<AggregateResourceIdentifier> resourceIdentifiers)Returns a list ofResourceIdentifiersobjects.BatchGetAggregateResourceConfigResponse.BuilderBatchGetAggregateResourceConfigResponse.Builder. unprocessedResourceIdentifiers(Collection<AggregateResourceIdentifier> unprocessedResourceIdentifiers)A list of resource identifiers that were not processed with current scope. -
Uses of AggregateResourceIdentifier in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type AggregateResourceIdentifier Modifier and Type Method Description SdkIterable<AggregateResourceIdentifier>ListAggregateDiscoveredResourcesIterable. resourceIdentifiers()Returns an iterable to iterate through the paginatedListAggregateDiscoveredResourcesResponse.resourceIdentifiers()member.SdkPublisher<AggregateResourceIdentifier>ListAggregateDiscoveredResourcesPublisher. resourceIdentifiers()Returns a publisher that can be used to get a stream of data.
-