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 the security state of your Amazon Web Services environment and resources. -
-
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.
-