| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your AWS environment and resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
GetInvitationsCountResult |
AWSSecurityHub.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.
|
GetInvitationsCountResult |
AbstractAWSSecurityHub.getInvitationsCount(GetInvitationsCountRequest request) |
GetInvitationsCountResult |
AWSSecurityHubClient.getInvitationsCount(GetInvitationsCountRequest request)
Returns the count of all Security Hub membership invitations that were sent to the current member account, not
including the currently accepted invitation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetInvitationsCountResult> |
AWSSecurityHubAsync.getInvitationsCountAsync(GetInvitationsCountRequest getInvitationsCountRequest,
AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler)
Returns the count of all Security Hub membership invitations that were sent to the current member account, not
including the currently accepted invitation.
|
Future<GetInvitationsCountResult> |
AWSSecurityHubAsyncClient.getInvitationsCountAsync(GetInvitationsCountRequest request,
AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler) |
Future<GetInvitationsCountResult> |
AbstractAWSSecurityHubAsync.getInvitationsCountAsync(GetInvitationsCountRequest request,
AsyncHandler<GetInvitationsCountRequest,GetInvitationsCountResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetInvitationsCountResult |
GetInvitationsCountResult.clone() |
GetInvitationsCountResult |
GetInvitationsCountResult.withInvitationsCount(Integer invitationsCount)
The number of all membership invitations sent to this Security Hub member account, not including the currently
accepted invitation.
|
Copyright © 2021. All rights reserved.