Uses of Class
software.amazon.awssdk.services.macie2.model.Member
-
Packages that use Member Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of Member in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Member Modifier and Type Method Description List<Member>ListMembersResponse. members()An array of objects, one for each account that's associated with the administrator account and matches the criteria specified in the request.Methods in software.amazon.awssdk.services.macie2.model with parameters of type Member Modifier and Type Method Description ListMembersResponse.BuilderListMembersResponse.Builder. members(Member... members)An array of objects, one for each account that's associated with the administrator account and matches the criteria specified in the request.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Member Modifier and Type Method Description ListMembersResponse.BuilderListMembersResponse.Builder. members(Collection<Member> members)An array of objects, one for each account that's associated with the administrator account and matches the criteria specified in the request. -
Uses of Member in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type Member Modifier and Type Method Description SdkIterable<Member>ListMembersIterable. members()Returns an iterable to iterate through the paginatedListMembersResponse.members()member.SdkPublisher<Member>ListMembersPublisher. members()Returns a publisher that can be used to get a stream of data.
-