Uses of Class
software.amazon.awssdk.services.macie2.model.GetMemberResponse
-
Packages that use GetMemberResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of GetMemberResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return GetMemberResponse Modifier and Type Method Description default GetMemberResponseMacie2Client. getMember(Consumer<GetMemberRequest.Builder> getMemberRequest)Retrieves information about an account that's associated with an Amazon Macie administrator account.default GetMemberResponseMacie2Client. getMember(GetMemberRequest getMemberRequest)Retrieves information about an account that's associated with an Amazon Macie administrator account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type GetMemberResponse Modifier and Type Method Description default CompletableFuture<GetMemberResponse>Macie2AsyncClient. getMember(Consumer<GetMemberRequest.Builder> getMemberRequest)Retrieves information about an account that's associated with an Amazon Macie administrator account.default CompletableFuture<GetMemberResponse>Macie2AsyncClient. getMember(GetMemberRequest getMemberRequest)Retrieves information about an account that's associated with an Amazon Macie administrator account.
-