Uses of Class
software.amazon.awssdk.services.macie2.model.AutomatedDiscoveryAccount
-
Packages that use AutomatedDiscoveryAccount Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of AutomatedDiscoveryAccount in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type AutomatedDiscoveryAccount Modifier and Type Method Description List<AutomatedDiscoveryAccount>ListAutomatedDiscoveryAccountsResponse. items()An array of objects, one for each account specified in the request.Methods in software.amazon.awssdk.services.macie2.model with parameters of type AutomatedDiscoveryAccount Modifier and Type Method Description ListAutomatedDiscoveryAccountsResponse.BuilderListAutomatedDiscoveryAccountsResponse.Builder. items(AutomatedDiscoveryAccount... items)An array of objects, one for each account specified in the request.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type AutomatedDiscoveryAccount Modifier and Type Method Description ListAutomatedDiscoveryAccountsResponse.BuilderListAutomatedDiscoveryAccountsResponse.Builder. items(Collection<AutomatedDiscoveryAccount> items)An array of objects, one for each account specified in the request. -
Uses of AutomatedDiscoveryAccount in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type AutomatedDiscoveryAccount Modifier and Type Method Description SdkIterable<AutomatedDiscoveryAccount>ListAutomatedDiscoveryAccountsIterable. items()Returns an iterable to iterate through the paginatedListAutomatedDiscoveryAccountsResponse.items()member.SdkPublisher<AutomatedDiscoveryAccount>ListAutomatedDiscoveryAccountsPublisher. items()Returns a publisher that can be used to get a stream of data.
-