| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
Security Hub provides you with a comprehensive view of the security state of your Amazon Web Services environment and
resources.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
GetMembersResult |
AbstractAWSSecurityHub.getMembers(GetMembersRequest request) |
GetMembersResult |
AWSSecurityHubClient.getMembers(GetMembersRequest request)
Returns the details for the Security Hub member accounts for the specified account IDs.
|
GetMembersResult |
AWSSecurityHub.getMembers(GetMembersRequest getMembersRequest)
Returns the details for the Security Hub member accounts for the specified account IDs.
|
Future<GetMembersResult> |
AbstractAWSSecurityHubAsync.getMembersAsync(GetMembersRequest request) |
Future<GetMembersResult> |
AWSSecurityHubAsyncClient.getMembersAsync(GetMembersRequest request) |
Future<GetMembersResult> |
AWSSecurityHubAsync.getMembersAsync(GetMembersRequest getMembersRequest)
Returns the details for the Security Hub member accounts for the specified account IDs.
|
Future<GetMembersResult> |
AbstractAWSSecurityHubAsync.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AWSSecurityHubAsyncClient.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AWSSecurityHubAsync.getMembersAsync(GetMembersRequest getMembersRequest,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
Returns the details for the Security Hub member accounts for the specified account IDs.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMembersResult> |
AbstractAWSSecurityHubAsync.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AWSSecurityHubAsyncClient.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AWSSecurityHubAsync.getMembersAsync(GetMembersRequest getMembersRequest,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
Returns the details for the Security Hub member accounts for the specified account IDs.
|
| Modifier and Type | Method and Description |
|---|---|
GetMembersRequest |
GetMembersRequest.clone() |
GetMembersRequest |
GetMembersRequest.withAccountIds(Collection<String> accountIds)
The list of account IDs for the Security Hub member accounts to return the details for.
|
GetMembersRequest |
GetMembersRequest.withAccountIds(String... accountIds)
The list of account IDs for the Security Hub member accounts to return the details for.
|
Copyright © 2022. All rights reserved.