| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2 |
Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities
within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.
|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
default AssociateMemberResponse |
Inspector2Client.associateMember(AssociateMemberRequest associateMemberRequest)
Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.
|
default AssociateMemberResponse |
Inspector2Client.associateMember(Consumer<AssociateMemberRequest.Builder> associateMemberRequest)
Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.
|
default BatchGetAccountStatusResponse |
Inspector2Client.batchGetAccountStatus(BatchGetAccountStatusRequest batchGetAccountStatusRequest)
Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.
|
default BatchGetAccountStatusResponse |
Inspector2Client.batchGetAccountStatus(Consumer<BatchGetAccountStatusRequest.Builder> batchGetAccountStatusRequest)
Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.
|
default BatchGetCodeSnippetResponse |
Inspector2Client.batchGetCodeSnippet(BatchGetCodeSnippetRequest batchGetCodeSnippetRequest)
Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.
|
default BatchGetCodeSnippetResponse |
Inspector2Client.batchGetCodeSnippet(Consumer<BatchGetCodeSnippetRequest.Builder> batchGetCodeSnippetRequest)
Retrieves code snippets from findings that Amazon Inspector detected code vulnerabilities in.
|
default BatchGetFindingDetailsResponse |
Inspector2Client.batchGetFindingDetails(BatchGetFindingDetailsRequest batchGetFindingDetailsRequest)
Gets vulnerability details for findings.
|
default BatchGetFindingDetailsResponse |
Inspector2Client.batchGetFindingDetails(Consumer<BatchGetFindingDetailsRequest.Builder> batchGetFindingDetailsRequest)
Gets vulnerability details for findings.
|
default BatchGetFreeTrialInfoResponse |
Inspector2Client.batchGetFreeTrialInfo(BatchGetFreeTrialInfoRequest batchGetFreeTrialInfoRequest)
Gets free trial status for multiple Amazon Web Services accounts.
|
default BatchGetFreeTrialInfoResponse |
Inspector2Client.batchGetFreeTrialInfo(Consumer<BatchGetFreeTrialInfoRequest.Builder> batchGetFreeTrialInfoRequest)
Gets free trial status for multiple Amazon Web Services accounts.
|
default BatchGetMemberEc2DeepInspectionStatusResponse |
Inspector2Client.batchGetMemberEc2DeepInspectionStatus(BatchGetMemberEc2DeepInspectionStatusRequest batchGetMemberEc2DeepInspectionStatusRequest)
Retrieves Amazon Inspector deep inspection activation status of multiple member accounts within your
organization.
|
default BatchGetMemberEc2DeepInspectionStatusResponse |
Inspector2Client.batchGetMemberEc2DeepInspectionStatus(Consumer<BatchGetMemberEc2DeepInspectionStatusRequest.Builder> batchGetMemberEc2DeepInspectionStatusRequest)
Retrieves Amazon Inspector deep inspection activation status of multiple member accounts within your
organization.
|
default BatchUpdateMemberEc2DeepInspectionStatusResponse |
Inspector2Client.batchUpdateMemberEc2DeepInspectionStatus(BatchUpdateMemberEc2DeepInspectionStatusRequest batchUpdateMemberEc2DeepInspectionStatusRequest)
Activates or deactivates Amazon Inspector deep inspection for the provided member accounts in your organization.
|
default BatchUpdateMemberEc2DeepInspectionStatusResponse |
Inspector2Client.batchUpdateMemberEc2DeepInspectionStatus(Consumer<BatchUpdateMemberEc2DeepInspectionStatusRequest.Builder> batchUpdateMemberEc2DeepInspectionStatusRequest)
Activates or deactivates Amazon Inspector deep inspection for the provided member accounts in your organization.
|
default CancelFindingsReportResponse |
Inspector2Client.cancelFindingsReport(CancelFindingsReportRequest cancelFindingsReportRequest)
Cancels the given findings report.
|
default CancelFindingsReportResponse |
Inspector2Client.cancelFindingsReport(Consumer<CancelFindingsReportRequest.Builder> cancelFindingsReportRequest)
Cancels the given findings report.
|
default CancelSbomExportResponse |
Inspector2Client.cancelSbomExport(CancelSbomExportRequest cancelSbomExportRequest)
Cancels a software bill of materials (SBOM) report.
|
default CancelSbomExportResponse |
Inspector2Client.cancelSbomExport(Consumer<CancelSbomExportRequest.Builder> cancelSbomExportRequest)
Cancels a software bill of materials (SBOM) report.
|
default CreateFilterResponse |
Inspector2Client.createFilter(Consumer<CreateFilterRequest.Builder> createFilterRequest)
Creates a filter resource using specified filter criteria.
|
default CreateFilterResponse |
Inspector2Client.createFilter(CreateFilterRequest createFilterRequest)
Creates a filter resource using specified filter criteria.
|
default CreateFindingsReportResponse |
Inspector2Client.createFindingsReport(Consumer<CreateFindingsReportRequest.Builder> createFindingsReportRequest)
Creates a finding report.
|
default CreateFindingsReportResponse |
Inspector2Client.createFindingsReport(CreateFindingsReportRequest createFindingsReportRequest)
Creates a finding report.
|
default CreateSbomExportResponse |
Inspector2Client.createSbomExport(Consumer<CreateSbomExportRequest.Builder> createSbomExportRequest)
Creates a software bill of materials (SBOM) report.
|
default CreateSbomExportResponse |
Inspector2Client.createSbomExport(CreateSbomExportRequest createSbomExportRequest)
Creates a software bill of materials (SBOM) report.
|
default DeleteFilterResponse |
Inspector2Client.deleteFilter(Consumer<DeleteFilterRequest.Builder> deleteFilterRequest)
Deletes a filter resource.
|
default DeleteFilterResponse |
Inspector2Client.deleteFilter(DeleteFilterRequest deleteFilterRequest)
Deletes a filter resource.
|
default DescribeOrganizationConfigurationResponse |
Inspector2Client.describeOrganizationConfiguration(Consumer<DescribeOrganizationConfigurationRequest.Builder> describeOrganizationConfigurationRequest)
Describe Amazon Inspector configuration settings for an Amazon Web Services organization.
|
default DescribeOrganizationConfigurationResponse |
Inspector2Client.describeOrganizationConfiguration(DescribeOrganizationConfigurationRequest describeOrganizationConfigurationRequest)
Describe Amazon Inspector configuration settings for an Amazon Web Services organization.
|
default DisableResponse |
Inspector2Client.disable(Consumer<DisableRequest.Builder> disableRequest)
Disables Amazon Inspector scans for one or more Amazon Web Services accounts.
|
default DisableResponse |
Inspector2Client.disable(DisableRequest disableRequest)
Disables Amazon Inspector scans for one or more Amazon Web Services accounts.
|
default DisableDelegatedAdminAccountResponse |
Inspector2Client.disableDelegatedAdminAccount(Consumer<DisableDelegatedAdminAccountRequest.Builder> disableDelegatedAdminAccountRequest)
Disables the Amazon Inspector delegated administrator for your organization.
|
default DisableDelegatedAdminAccountResponse |
Inspector2Client.disableDelegatedAdminAccount(DisableDelegatedAdminAccountRequest disableDelegatedAdminAccountRequest)
Disables the Amazon Inspector delegated administrator for your organization.
|
default DisassociateMemberResponse |
Inspector2Client.disassociateMember(Consumer<DisassociateMemberRequest.Builder> disassociateMemberRequest)
Disassociates a member account from an Amazon Inspector delegated administrator.
|
default DisassociateMemberResponse |
Inspector2Client.disassociateMember(DisassociateMemberRequest disassociateMemberRequest)
Disassociates a member account from an Amazon Inspector delegated administrator.
|
default EnableResponse |
Inspector2Client.enable(Consumer<EnableRequest.Builder> enableRequest)
Enables Amazon Inspector scans for one or more Amazon Web Services accounts.
|
default EnableResponse |
Inspector2Client.enable(EnableRequest enableRequest)
Enables Amazon Inspector scans for one or more Amazon Web Services accounts.
|
default EnableDelegatedAdminAccountResponse |
Inspector2Client.enableDelegatedAdminAccount(Consumer<EnableDelegatedAdminAccountRequest.Builder> enableDelegatedAdminAccountRequest)
Enables the Amazon Inspector delegated administrator for your Organizations organization.
|
default EnableDelegatedAdminAccountResponse |
Inspector2Client.enableDelegatedAdminAccount(EnableDelegatedAdminAccountRequest enableDelegatedAdminAccountRequest)
Enables the Amazon Inspector delegated administrator for your Organizations organization.
|
default GetConfigurationResponse |
Inspector2Client.getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)
Retrieves setting configurations for Inspector scans.
|
default GetConfigurationResponse |
Inspector2Client.getConfiguration(GetConfigurationRequest getConfigurationRequest)
Retrieves setting configurations for Inspector scans.
|
default GetDelegatedAdminAccountResponse |
Inspector2Client.getDelegatedAdminAccount(Consumer<GetDelegatedAdminAccountRequest.Builder> getDelegatedAdminAccountRequest)
Retrieves information about the Amazon Inspector delegated administrator for your organization.
|
default GetDelegatedAdminAccountResponse |
Inspector2Client.getDelegatedAdminAccount(GetDelegatedAdminAccountRequest getDelegatedAdminAccountRequest)
Retrieves information about the Amazon Inspector delegated administrator for your organization.
|
default GetEc2DeepInspectionConfigurationResponse |
Inspector2Client.getEc2DeepInspectionConfiguration(Consumer<GetEc2DeepInspectionConfigurationRequest.Builder> getEc2DeepInspectionConfigurationRequest)
Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your
account.
|
default GetEc2DeepInspectionConfigurationResponse |
Inspector2Client.getEc2DeepInspectionConfiguration(GetEc2DeepInspectionConfigurationRequest getEc2DeepInspectionConfigurationRequest)
Retrieves the activation status of Amazon Inspector deep inspection and custom paths associated with your
account.
|
default GetEncryptionKeyResponse |
Inspector2Client.getEncryptionKey(Consumer<GetEncryptionKeyRequest.Builder> getEncryptionKeyRequest)
Gets an encryption key.
|
default GetEncryptionKeyResponse |
Inspector2Client.getEncryptionKey(GetEncryptionKeyRequest getEncryptionKeyRequest)
Gets an encryption key.
|
default GetFindingsReportStatusResponse |
Inspector2Client.getFindingsReportStatus(Consumer<GetFindingsReportStatusRequest.Builder> getFindingsReportStatusRequest)
Gets the status of a findings report.
|
default GetFindingsReportStatusResponse |
Inspector2Client.getFindingsReportStatus(GetFindingsReportStatusRequest getFindingsReportStatusRequest)
Gets the status of a findings report.
|
default GetMemberResponse |
Inspector2Client.getMember(Consumer<GetMemberRequest.Builder> getMemberRequest)
Gets member information for your organization.
|
default GetMemberResponse |
Inspector2Client.getMember(GetMemberRequest getMemberRequest)
Gets member information for your organization.
|
default GetSbomExportResponse |
Inspector2Client.getSbomExport(Consumer<GetSbomExportRequest.Builder> getSbomExportRequest)
Gets details of a software bill of materials (SBOM) report.
|
default GetSbomExportResponse |
Inspector2Client.getSbomExport(GetSbomExportRequest getSbomExportRequest)
Gets details of a software bill of materials (SBOM) report.
|
default ListAccountPermissionsResponse |
Inspector2Client.listAccountPermissions(Consumer<ListAccountPermissionsRequest.Builder> listAccountPermissionsRequest)
Lists the permissions an account has to configure Amazon Inspector.
|
default ListAccountPermissionsResponse |
Inspector2Client.listAccountPermissions(ListAccountPermissionsRequest listAccountPermissionsRequest)
Lists the permissions an account has to configure Amazon Inspector.
|
default ListAccountPermissionsIterable |
Inspector2Client.listAccountPermissionsPaginator(Consumer<ListAccountPermissionsRequest.Builder> listAccountPermissionsRequest)
Lists the permissions an account has to configure Amazon Inspector.
|
default ListAccountPermissionsIterable |
Inspector2Client.listAccountPermissionsPaginator(ListAccountPermissionsRequest listAccountPermissionsRequest)
Lists the permissions an account has to configure Amazon Inspector.
|
default ListCoverageResponse |
Inspector2Client.listCoverage(Consumer<ListCoverageRequest.Builder> listCoverageRequest)
Lists coverage details for you environment.
|
default ListCoverageResponse |
Inspector2Client.listCoverage(ListCoverageRequest listCoverageRequest)
Lists coverage details for you environment.
|
default ListCoverageIterable |
Inspector2Client.listCoveragePaginator(Consumer<ListCoverageRequest.Builder> listCoverageRequest)
Lists coverage details for you environment.
|
default ListCoverageIterable |
Inspector2Client.listCoveragePaginator(ListCoverageRequest listCoverageRequest)
Lists coverage details for you environment.
|
default ListCoverageStatisticsResponse |
Inspector2Client.listCoverageStatistics(Consumer<ListCoverageStatisticsRequest.Builder> listCoverageStatisticsRequest)
Lists Amazon Inspector coverage statistics for your environment.
|
default ListCoverageStatisticsResponse |
Inspector2Client.listCoverageStatistics(ListCoverageStatisticsRequest listCoverageStatisticsRequest)
Lists Amazon Inspector coverage statistics for your environment.
|
default ListCoverageStatisticsIterable |
Inspector2Client.listCoverageStatisticsPaginator(Consumer<ListCoverageStatisticsRequest.Builder> listCoverageStatisticsRequest)
Lists Amazon Inspector coverage statistics for your environment.
|
default ListCoverageStatisticsIterable |
Inspector2Client.listCoverageStatisticsPaginator(ListCoverageStatisticsRequest listCoverageStatisticsRequest)
Lists Amazon Inspector coverage statistics for your environment.
|
default ListDelegatedAdminAccountsResponse |
Inspector2Client.listDelegatedAdminAccounts(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)
Lists information about the Amazon Inspector delegated administrator of your organization.
|
default ListDelegatedAdminAccountsResponse |
Inspector2Client.listDelegatedAdminAccounts(ListDelegatedAdminAccountsRequest listDelegatedAdminAccountsRequest)
Lists information about the Amazon Inspector delegated administrator of your organization.
|
default ListDelegatedAdminAccountsIterable |
Inspector2Client.listDelegatedAdminAccountsPaginator(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)
Lists information about the Amazon Inspector delegated administrator of your organization.
|
default ListDelegatedAdminAccountsIterable |
Inspector2Client.listDelegatedAdminAccountsPaginator(ListDelegatedAdminAccountsRequest listDelegatedAdminAccountsRequest)
Lists information about the Amazon Inspector delegated administrator of your organization.
|
default ListFiltersResponse |
Inspector2Client.listFilters(Consumer<ListFiltersRequest.Builder> listFiltersRequest)
Lists the filters associated with your account.
|
default ListFiltersResponse |
Inspector2Client.listFilters(ListFiltersRequest listFiltersRequest)
Lists the filters associated with your account.
|
default ListFiltersIterable |
Inspector2Client.listFiltersPaginator(Consumer<ListFiltersRequest.Builder> listFiltersRequest)
Lists the filters associated with your account.
|
default ListFiltersIterable |
Inspector2Client.listFiltersPaginator(ListFiltersRequest listFiltersRequest)
Lists the filters associated with your account.
|
default ListFindingAggregationsResponse |
Inspector2Client.listFindingAggregations(Consumer<ListFindingAggregationsRequest.Builder> listFindingAggregationsRequest)
Lists aggregated finding data for your environment based on specific criteria.
|
default ListFindingAggregationsResponse |
Inspector2Client.listFindingAggregations(ListFindingAggregationsRequest listFindingAggregationsRequest)
Lists aggregated finding data for your environment based on specific criteria.
|
default ListFindingAggregationsIterable |
Inspector2Client.listFindingAggregationsPaginator(Consumer<ListFindingAggregationsRequest.Builder> listFindingAggregationsRequest)
Lists aggregated finding data for your environment based on specific criteria.
|
default ListFindingAggregationsIterable |
Inspector2Client.listFindingAggregationsPaginator(ListFindingAggregationsRequest listFindingAggregationsRequest)
Lists aggregated finding data for your environment based on specific criteria.
|
default ListFindingsResponse |
Inspector2Client.listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Lists findings for your environment.
|
default ListFindingsResponse |
Inspector2Client.listFindings(ListFindingsRequest listFindingsRequest)
Lists findings for your environment.
|
default ListFindingsIterable |
Inspector2Client.listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Lists findings for your environment.
|
default ListFindingsIterable |
Inspector2Client.listFindingsPaginator(ListFindingsRequest listFindingsRequest)
Lists findings for your environment.
|
default ListMembersResponse |
Inspector2Client.listMembers(Consumer<ListMembersRequest.Builder> listMembersRequest)
List members associated with the Amazon Inspector delegated administrator for your organization.
|
default ListMembersResponse |
Inspector2Client.listMembers(ListMembersRequest listMembersRequest)
List members associated with the Amazon Inspector delegated administrator for your organization.
|
default ListMembersIterable |
Inspector2Client.listMembersPaginator(Consumer<ListMembersRequest.Builder> listMembersRequest)
List members associated with the Amazon Inspector delegated administrator for your organization.
|
default ListMembersIterable |
Inspector2Client.listMembersPaginator(ListMembersRequest listMembersRequest)
List members associated with the Amazon Inspector delegated administrator for your organization.
|
default ListTagsForResourceResponse |
Inspector2Client.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags attached to a given resource.
|
default ListTagsForResourceResponse |
Inspector2Client.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags attached to a given resource.
|
default ListUsageTotalsResponse |
Inspector2Client.listUsageTotals(Consumer<ListUsageTotalsRequest.Builder> listUsageTotalsRequest)
Lists the Amazon Inspector usage totals over the last 30 days.
|
default ListUsageTotalsResponse |
Inspector2Client.listUsageTotals(ListUsageTotalsRequest listUsageTotalsRequest)
Lists the Amazon Inspector usage totals over the last 30 days.
|
default ListUsageTotalsIterable |
Inspector2Client.listUsageTotalsPaginator(Consumer<ListUsageTotalsRequest.Builder> listUsageTotalsRequest)
Lists the Amazon Inspector usage totals over the last 30 days.
|
default ListUsageTotalsIterable |
Inspector2Client.listUsageTotalsPaginator(ListUsageTotalsRequest listUsageTotalsRequest)
Lists the Amazon Inspector usage totals over the last 30 days.
|
default ResetEncryptionKeyResponse |
Inspector2Client.resetEncryptionKey(Consumer<ResetEncryptionKeyRequest.Builder> resetEncryptionKeyRequest)
Resets an encryption key.
|
default ResetEncryptionKeyResponse |
Inspector2Client.resetEncryptionKey(ResetEncryptionKeyRequest resetEncryptionKeyRequest)
Resets an encryption key.
|
default SearchVulnerabilitiesResponse |
Inspector2Client.searchVulnerabilities(Consumer<SearchVulnerabilitiesRequest.Builder> searchVulnerabilitiesRequest)
Lists Amazon Inspector coverage details for a specific vulnerability.
|
default SearchVulnerabilitiesResponse |
Inspector2Client.searchVulnerabilities(SearchVulnerabilitiesRequest searchVulnerabilitiesRequest)
Lists Amazon Inspector coverage details for a specific vulnerability.
|
default SearchVulnerabilitiesIterable |
Inspector2Client.searchVulnerabilitiesPaginator(Consumer<SearchVulnerabilitiesRequest.Builder> searchVulnerabilitiesRequest)
Lists Amazon Inspector coverage details for a specific vulnerability.
|
default SearchVulnerabilitiesIterable |
Inspector2Client.searchVulnerabilitiesPaginator(SearchVulnerabilitiesRequest searchVulnerabilitiesRequest)
Lists Amazon Inspector coverage details for a specific vulnerability.
|
default TagResourceResponse |
Inspector2Client.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds tags to a resource.
|
default TagResourceResponse |
Inspector2Client.tagResource(TagResourceRequest tagResourceRequest)
Adds tags to a resource.
|
default UntagResourceResponse |
Inspector2Client.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from a resource.
|
default UntagResourceResponse |
Inspector2Client.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from a resource.
|
default UpdateConfigurationResponse |
Inspector2Client.updateConfiguration(Consumer<UpdateConfigurationRequest.Builder> updateConfigurationRequest)
Updates setting configurations for your Amazon Inspector account.
|
default UpdateConfigurationResponse |
Inspector2Client.updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)
Updates setting configurations for your Amazon Inspector account.
|
default UpdateEc2DeepInspectionConfigurationResponse |
Inspector2Client.updateEc2DeepInspectionConfiguration(Consumer<UpdateEc2DeepInspectionConfigurationRequest.Builder> updateEc2DeepInspectionConfigurationRequest)
Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account.
|
default UpdateEc2DeepInspectionConfigurationResponse |
Inspector2Client.updateEc2DeepInspectionConfiguration(UpdateEc2DeepInspectionConfigurationRequest updateEc2DeepInspectionConfigurationRequest)
Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account.
|
default UpdateEncryptionKeyResponse |
Inspector2Client.updateEncryptionKey(Consumer<UpdateEncryptionKeyRequest.Builder> updateEncryptionKeyRequest)
Updates an encryption key.
|
default UpdateEncryptionKeyResponse |
Inspector2Client.updateEncryptionKey(UpdateEncryptionKeyRequest updateEncryptionKeyRequest)
Updates an encryption key.
|
default UpdateFilterResponse |
Inspector2Client.updateFilter(Consumer<UpdateFilterRequest.Builder> updateFilterRequest)
Specifies the action that is to be applied to the findings that match the filter.
|
default UpdateFilterResponse |
Inspector2Client.updateFilter(UpdateFilterRequest updateFilterRequest)
Specifies the action that is to be applied to the findings that match the filter.
|
default UpdateOrganizationConfigurationResponse |
Inspector2Client.updateOrganizationConfiguration(Consumer<UpdateOrganizationConfigurationRequest.Builder> updateOrganizationConfigurationRequest)
Updates the configurations for your Amazon Inspector organization.
|
default UpdateOrganizationConfigurationResponse |
Inspector2Client.updateOrganizationConfiguration(UpdateOrganizationConfigurationRequest updateOrganizationConfigurationRequest)
Updates the configurations for your Amazon Inspector organization.
|
default UpdateOrgEc2DeepInspectionConfigurationResponse |
Inspector2Client.updateOrgEc2DeepInspectionConfiguration(Consumer<UpdateOrgEc2DeepInspectionConfigurationRequest.Builder> updateOrgEc2DeepInspectionConfigurationRequest)
Updates the Amazon Inspector deep inspection custom paths for your organization.
|
default UpdateOrgEc2DeepInspectionConfigurationResponse |
Inspector2Client.updateOrgEc2DeepInspectionConfiguration(UpdateOrgEc2DeepInspectionConfigurationRequest updateOrgEc2DeepInspectionConfigurationRequest)
Updates the Amazon Inspector deep inspection custom paths for your organization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
BadRequestException
One or more tags submitted as part of the request is not valid.
|
class |
ConflictException
A conflict occurred.
|
class |
InternalServerException
The request has failed due to an internal failure of the Amazon Inspector service.
|
class |
ResourceNotFoundException
The operation tried to access an invalid resource.
|
class |
ServiceQuotaExceededException
You have exceeded your service quota.
|
class |
ThrottlingException
The limit on the number of requests per second was exceeded.
|
class |
ValidationException
The request has failed validation due to missing required fields or having invalid inputs.
|
| Modifier and Type | Method and Description |
|---|---|
Inspector2Exception |
Inspector2Exception.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(Inspector2Exception ex) |
Copyright © 2023. All rights reserved.