| Package | Description |
|---|---|
| com.amazonaws.services.securityhub |
AWS Security Hub provides you with a comprehensive view of your security state in AWS and your compliance with the
security industry standards and best practices.
|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
GetMembersResult |
AbstractAWSSecurityHub.getMembers(GetMembersRequest request) |
GetMembersResult |
AWSSecurityHubClient.getMembers(GetMembersRequest request)
Returns the details on the Security Hub member accounts that the account IDs specify.
|
GetMembersResult |
AWSSecurityHub.getMembers(GetMembersRequest getMembersRequest)
Returns the details on the Security Hub member accounts that the account IDs specify.
|
Future<GetMembersResult> |
AWSSecurityHubAsyncClient.getMembersAsync(GetMembersRequest request) |
Future<GetMembersResult> |
AbstractAWSSecurityHubAsync.getMembersAsync(GetMembersRequest request) |
Future<GetMembersResult> |
AWSSecurityHubAsync.getMembersAsync(GetMembersRequest getMembersRequest)
Returns the details on the Security Hub member accounts that the account IDs specify.
|
Future<GetMembersResult> |
AWSSecurityHubAsyncClient.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AbstractAWSSecurityHubAsync.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AWSSecurityHubAsync.getMembersAsync(GetMembersRequest getMembersRequest,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
Returns the details on the Security Hub member accounts that the account IDs specify.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMembersResult> |
AWSSecurityHubAsyncClient.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AbstractAWSSecurityHubAsync.getMembersAsync(GetMembersRequest request,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler) |
Future<GetMembersResult> |
AWSSecurityHubAsync.getMembersAsync(GetMembersRequest getMembersRequest,
AsyncHandler<GetMembersRequest,GetMembersResult> asyncHandler)
Returns the details on the Security Hub member accounts that the account IDs specify.
|
| Modifier and Type | Method and Description |
|---|---|
GetMembersRequest |
GetMembersRequest.clone() |
GetMembersRequest |
GetMembersRequest.withAccountIds(Collection<String> accountIds)
A list of account IDs for the Security Hub member accounts that you want to return the details for.
|
GetMembersRequest |
GetMembersRequest.withAccountIds(String... accountIds)
A list of account IDs for the Security Hub member accounts that you want to return the details for.
|
Copyright © 2019. All rights reserved.