@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSInspector2 extends Object implements AWSInspector2
AWSInspector2
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AssociateMemberResult |
associateMember(AssociateMemberRequest request)
Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.
|
BatchGetAccountStatusResult |
batchGetAccountStatus(BatchGetAccountStatusRequest request)
Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.
|
BatchGetFreeTrialInfoResult |
batchGetFreeTrialInfo(BatchGetFreeTrialInfoRequest request)
Gets free trial status for multiple Amazon Web Services accounts.
|
CancelFindingsReportResult |
cancelFindingsReport(CancelFindingsReportRequest request)
Cancels the given findings report.
|
CreateFilterResult |
createFilter(CreateFilterRequest request)
Creates a filter resource using specified filter criteria.
|
CreateFindingsReportResult |
createFindingsReport(CreateFindingsReportRequest request)
Creates a finding report.
|
DeleteFilterResult |
deleteFilter(DeleteFilterRequest request)
Deletes a filter resource.
|
DescribeOrganizationConfigurationResult |
describeOrganizationConfiguration(DescribeOrganizationConfigurationRequest request)
Describe Amazon Inspector configuration settings for an Amazon Web Services organization
|
DisableResult |
disable(DisableRequest request)
Disables Amazon Inspector scans for one or more Amazon Web Services accounts.
|
DisableDelegatedAdminAccountResult |
disableDelegatedAdminAccount(DisableDelegatedAdminAccountRequest request)
Disables the Amazon Inspector delegated administrator for your organization.
|
DisassociateMemberResult |
disassociateMember(DisassociateMemberRequest request)
Disassociates a member account from an Amazon Inspector delegated administrator.
|
EnableResult |
enable(EnableRequest request)
Enables Amazon Inspector scans for one or more Amazon Web Services accounts.
|
EnableDelegatedAdminAccountResult |
enableDelegatedAdminAccount(EnableDelegatedAdminAccountRequest request)
Enables the Amazon Inspector delegated administrator for your Organizations organization.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetDelegatedAdminAccountResult |
getDelegatedAdminAccount(GetDelegatedAdminAccountRequest request)
Retrieves information about the Amazon Inspector delegated administrator for your organization.
|
GetFindingsReportStatusResult |
getFindingsReportStatus(GetFindingsReportStatusRequest request)
Gets the status of a findings report.
|
GetMemberResult |
getMember(GetMemberRequest request)
Gets member information for your organization.
|
ListAccountPermissionsResult |
listAccountPermissions(ListAccountPermissionsRequest request)
Lists the permissions an account has to configure Amazon Inspector.
|
ListCoverageResult |
listCoverage(ListCoverageRequest request)
Lists coverage details for you environment.
|
ListCoverageStatisticsResult |
listCoverageStatistics(ListCoverageStatisticsRequest request)
Lists Amazon Inspector coverage statistics for your environment.
|
ListDelegatedAdminAccountsResult |
listDelegatedAdminAccounts(ListDelegatedAdminAccountsRequest request)
Lists information about the Amazon Inspector delegated administrator of your organization.
|
ListFiltersResult |
listFilters(ListFiltersRequest request)
Lists the filters associated with your account.
|
ListFindingAggregationsResult |
listFindingAggregations(ListFindingAggregationsRequest request)
Lists aggregated finding data for your environment based on specific criteria.
|
ListFindingsResult |
listFindings(ListFindingsRequest request)
Lists findings for your environment.
|
ListMembersResult |
listMembers(ListMembersRequest request)
List members associated with the Amazon Inspector delegated administrator for your organization.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists all tags attached to a given resource.
|
ListUsageTotalsResult |
listUsageTotals(ListUsageTotalsRequest request)
Lists the Amazon Inspector usage totals over the last 30 days.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds tags to a resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from a resource.
|
UpdateFilterResult |
updateFilter(UpdateFilterRequest request)
Specifies the action that is to be applied to the findings that match the filter.
|
UpdateOrganizationConfigurationResult |
updateOrganizationConfiguration(UpdateOrganizationConfigurationRequest request)
Updates the configurations for your Amazon Inspector organization.
|
public AssociateMemberResult associateMember(AssociateMemberRequest request)
AWSInspector2
Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.
associateMember
in interface AWSInspector2
public BatchGetAccountStatusResult batchGetAccountStatus(BatchGetAccountStatusRequest request)
AWSInspector2
Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.
batchGetAccountStatus
in interface AWSInspector2
public BatchGetFreeTrialInfoResult batchGetFreeTrialInfo(BatchGetFreeTrialInfoRequest request)
AWSInspector2
Gets free trial status for multiple Amazon Web Services accounts.
batchGetFreeTrialInfo
in interface AWSInspector2
public CancelFindingsReportResult cancelFindingsReport(CancelFindingsReportRequest request)
AWSInspector2
Cancels the given findings report.
cancelFindingsReport
in interface AWSInspector2
public CreateFilterResult createFilter(CreateFilterRequest request)
AWSInspector2
Creates a filter resource using specified filter criteria.
createFilter
in interface AWSInspector2
public CreateFindingsReportResult createFindingsReport(CreateFindingsReportRequest request)
AWSInspector2
Creates a finding report.
createFindingsReport
in interface AWSInspector2
public DeleteFilterResult deleteFilter(DeleteFilterRequest request)
AWSInspector2
Deletes a filter resource.
deleteFilter
in interface AWSInspector2
public DescribeOrganizationConfigurationResult describeOrganizationConfiguration(DescribeOrganizationConfigurationRequest request)
AWSInspector2
Describe Amazon Inspector configuration settings for an Amazon Web Services organization
describeOrganizationConfiguration
in interface AWSInspector2
public DisableResult disable(DisableRequest request)
AWSInspector2
Disables Amazon Inspector scans for one or more Amazon Web Services accounts. Disabling all scan types in an account disables the Amazon Inspector service.
disable
in interface AWSInspector2
public DisableDelegatedAdminAccountResult disableDelegatedAdminAccount(DisableDelegatedAdminAccountRequest request)
AWSInspector2
Disables the Amazon Inspector delegated administrator for your organization.
disableDelegatedAdminAccount
in interface AWSInspector2
public DisassociateMemberResult disassociateMember(DisassociateMemberRequest request)
AWSInspector2
Disassociates a member account from an Amazon Inspector delegated administrator.
disassociateMember
in interface AWSInspector2
public EnableResult enable(EnableRequest request)
AWSInspector2
Enables Amazon Inspector scans for one or more Amazon Web Services accounts.
enable
in interface AWSInspector2
public EnableDelegatedAdminAccountResult enableDelegatedAdminAccount(EnableDelegatedAdminAccountRequest request)
AWSInspector2
Enables the Amazon Inspector delegated administrator for your Organizations organization.
enableDelegatedAdminAccount
in interface AWSInspector2
public GetDelegatedAdminAccountResult getDelegatedAdminAccount(GetDelegatedAdminAccountRequest request)
AWSInspector2
Retrieves information about the Amazon Inspector delegated administrator for your organization.
getDelegatedAdminAccount
in interface AWSInspector2
public GetFindingsReportStatusResult getFindingsReportStatus(GetFindingsReportStatusRequest request)
AWSInspector2
Gets the status of a findings report.
getFindingsReportStatus
in interface AWSInspector2
public GetMemberResult getMember(GetMemberRequest request)
AWSInspector2
Gets member information for your organization.
getMember
in interface AWSInspector2
public ListAccountPermissionsResult listAccountPermissions(ListAccountPermissionsRequest request)
AWSInspector2
Lists the permissions an account has to configure Amazon Inspector.
listAccountPermissions
in interface AWSInspector2
public ListCoverageResult listCoverage(ListCoverageRequest request)
AWSInspector2
Lists coverage details for you environment.
listCoverage
in interface AWSInspector2
public ListCoverageStatisticsResult listCoverageStatistics(ListCoverageStatisticsRequest request)
AWSInspector2
Lists Amazon Inspector coverage statistics for your environment.
listCoverageStatistics
in interface AWSInspector2
public ListDelegatedAdminAccountsResult listDelegatedAdminAccounts(ListDelegatedAdminAccountsRequest request)
AWSInspector2
Lists information about the Amazon Inspector delegated administrator of your organization.
listDelegatedAdminAccounts
in interface AWSInspector2
public ListFiltersResult listFilters(ListFiltersRequest request)
AWSInspector2
Lists the filters associated with your account.
listFilters
in interface AWSInspector2
public ListFindingAggregationsResult listFindingAggregations(ListFindingAggregationsRequest request)
AWSInspector2
Lists aggregated finding data for your environment based on specific criteria.
listFindingAggregations
in interface AWSInspector2
public ListFindingsResult listFindings(ListFindingsRequest request)
AWSInspector2
Lists findings for your environment.
listFindings
in interface AWSInspector2
public ListMembersResult listMembers(ListMembersRequest request)
AWSInspector2
List members associated with the Amazon Inspector delegated administrator for your organization.
listMembers
in interface AWSInspector2
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSInspector2
Lists all tags attached to a given resource.
listTagsForResource
in interface AWSInspector2
public ListUsageTotalsResult listUsageTotals(ListUsageTotalsRequest request)
AWSInspector2
Lists the Amazon Inspector usage totals over the last 30 days.
listUsageTotals
in interface AWSInspector2
public TagResourceResult tagResource(TagResourceRequest request)
AWSInspector2
Adds tags to a resource.
tagResource
in interface AWSInspector2
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSInspector2
Removes tags from a resource.
untagResource
in interface AWSInspector2
public UpdateFilterResult updateFilter(UpdateFilterRequest request)
AWSInspector2
Specifies the action that is to be applied to the findings that match the filter.
updateFilter
in interface AWSInspector2
public UpdateOrganizationConfigurationResult updateOrganizationConfiguration(UpdateOrganizationConfigurationRequest request)
AWSInspector2
Updates the configurations for your Amazon Inspector organization.
updateOrganizationConfiguration
in interface AWSInspector2
public void shutdown()
AWSInspector2
shutdown
in interface AWSInspector2
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSInspector2
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSInspector2
request
- The originally executed request.