Uses of Class
software.amazon.awssdk.services.macie2.model.GetInvitationsCountResponse
-
Packages that use GetInvitationsCountResponse Package Description software.amazon.awssdk.services.macie2 Amazon Macie -
-
Uses of GetInvitationsCountResponse in software.amazon.awssdk.services.macie2
Methods in software.amazon.awssdk.services.macie2 that return GetInvitationsCountResponse Modifier and Type Method Description default GetInvitationsCountResponseMacie2Client. getInvitationsCount(Consumer<GetInvitationsCountRequest.Builder> getInvitationsCountRequest)Retrieves the count of Amazon Macie membership invitations that were received by an account.default GetInvitationsCountResponseMacie2Client. getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)Retrieves the count of Amazon Macie membership invitations that were received by an account.Methods in software.amazon.awssdk.services.macie2 that return types with arguments of type GetInvitationsCountResponse Modifier and Type Method Description default CompletableFuture<GetInvitationsCountResponse>Macie2AsyncClient. getInvitationsCount(Consumer<GetInvitationsCountRequest.Builder> getInvitationsCountRequest)Retrieves the count of Amazon Macie membership invitations that were received by an account.default CompletableFuture<GetInvitationsCountResponse>Macie2AsyncClient. getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)Retrieves the count of Amazon Macie membership invitations that were received by an account.
-