Uses of Class
software.amazon.awssdk.services.securityhub.model.GetInvitationsCountResponse
-
Packages that use GetInvitationsCountResponse Package Description software.amazon.awssdk.services.securityhub Security Hub provides you with a comprehensive view of your security state in Amazon Web Services and helps you assess your Amazon Web Services environment against security industry standards and best practices. -
-
Uses of GetInvitationsCountResponse in software.amazon.awssdk.services.securityhub
Methods in software.amazon.awssdk.services.securityhub that return GetInvitationsCountResponse Modifier and Type Method Description default GetInvitationsCountResponseSecurityHubClient. getInvitationsCount()Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.default GetInvitationsCountResponseSecurityHubClient. getInvitationsCount(Consumer<GetInvitationsCountRequest.Builder> getInvitationsCountRequest)Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.default GetInvitationsCountResponseSecurityHubClient. getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.Methods in software.amazon.awssdk.services.securityhub that return types with arguments of type GetInvitationsCountResponse Modifier and Type Method Description default CompletableFuture<GetInvitationsCountResponse>SecurityHubAsyncClient. getInvitationsCount()Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.default CompletableFuture<GetInvitationsCountResponse>SecurityHubAsyncClient. getInvitationsCount(Consumer<GetInvitationsCountRequest.Builder> getInvitationsCountRequest)Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.default CompletableFuture<GetInvitationsCountResponse>SecurityHubAsyncClient. getInvitationsCount(GetInvitationsCountRequest getInvitationsCountRequest)Returns the count of all Security Hub membership invitations that were sent to the current member account, not including the currently accepted invitation.
-