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