Skip navigation links
A B C D E F G H I L M N P R S T U V W 

A

AbstractAmazonInspector - Class in com.amazonaws.services.inspector
Abstract implementation of AmazonInspector.
AbstractAmazonInspector() - Constructor for class com.amazonaws.services.inspector.AbstractAmazonInspector
 
AbstractAmazonInspectorAsync - Class in com.amazonaws.services.inspector
Abstract implementation of AmazonInspectorAsync.
AbstractAmazonInspectorAsync() - Constructor for class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
AccessDeniedErrorCode - Enum in com.amazonaws.services.inspector.model
 
AccessDeniedException - Exception in com.amazonaws.services.inspector.model
You do not have required permissions to access the requested resource.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.inspector.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
addAttributesToFindings(AddAttributesToFindingsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
addAttributesToFindings(AddAttributesToFindingsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
addAttributesToFindings(AddAttributesToFindingsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
addAttributesToFindingsAsync(AddAttributesToFindingsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
addAttributesToFindingsAsync(AddAttributesToFindingsRequest, AsyncHandler<AddAttributesToFindingsRequest, AddAttributesToFindingsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
addAttributesToFindingsAsync(AddAttributesToFindingsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
addAttributesToFindingsAsync(AddAttributesToFindingsRequest, AsyncHandler<AddAttributesToFindingsRequest, AddAttributesToFindingsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
addAttributesToFindingsAsync(AddAttributesToFindingsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
addAttributesToFindingsAsync(AddAttributesToFindingsRequest, AsyncHandler<AddAttributesToFindingsRequest, AddAttributesToFindingsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
AddAttributesToFindingsRequest - Class in com.amazonaws.services.inspector.model
 
AddAttributesToFindingsRequest() - Constructor for class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
 
AddAttributesToFindingsResult - Class in com.amazonaws.services.inspector.model
 
AddAttributesToFindingsResult() - Constructor for class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
 
addFailedItemsEntry(String, FailedItemDetails) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
 
addFailedItemsEntry(String, FailedItemDetails) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
 
addFailedItemsEntry(String, FailedItemDetails) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
 
addFailedItemsEntry(String, FailedItemDetails) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
 
addFailedItemsEntry(String, FailedItemDetails) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
 
addFailedItemsEntry(String, FailedItemDetails) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
 
addFailedItemsEntry(String, FailedItemDetails) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
 
addFailedItemsEntry(String, FailedItemDetails) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
 
addFindingCountsEntry(String, Integer) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
 
AgentAlreadyRunningAssessment - Class in com.amazonaws.services.inspector.model
Used in the exception error that is thrown if you start an assessment run for an assessment target that includes an EC2 instance that is already participating in another started assessment run.
AgentAlreadyRunningAssessment() - Constructor for class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
 
AgentFilter - Class in com.amazonaws.services.inspector.model
Contains information about an Amazon Inspector agent.
AgentFilter() - Constructor for class com.amazonaws.services.inspector.model.AgentFilter
 
AgentHealth - Enum in com.amazonaws.services.inspector.model
 
AgentHealthCode - Enum in com.amazonaws.services.inspector.model
 
AgentPreview - Class in com.amazonaws.services.inspector.model
Used as a response element in the PreviewAgents action.
AgentPreview() - Constructor for class com.amazonaws.services.inspector.model.AgentPreview
 
AgentsAlreadyRunningAssessmentException - Exception in com.amazonaws.services.inspector.model
You started an assessment run, but one of the instances is already participating in another assessment run.
AgentsAlreadyRunningAssessmentException(String) - Constructor for exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException
Constructs a new AgentsAlreadyRunningAssessmentException with the specified error message.
AmazonInspector - Interface in com.amazonaws.services.inspector
Interface for accessing Amazon Inspector.
AmazonInspectorAsync - Interface in com.amazonaws.services.inspector
Interface for accessing Amazon Inspector asynchronously.
AmazonInspectorAsyncClient - Class in com.amazonaws.services.inspector
Client for accessing Amazon Inspector asynchronously.
AmazonInspectorAsyncClient() - Constructor for class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
AmazonInspectorAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
AmazonInspectorAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
AmazonInspectorAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
AmazonInspectorAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
AmazonInspectorAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
AmazonInspectorAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
AmazonInspectorAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
AmazonInspectorAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
AmazonInspectorAsyncClientBuilder - Class in com.amazonaws.services.inspector
Fluent builder for AmazonInspectorAsync.
AmazonInspectorClient - Class in com.amazonaws.services.inspector
Client for accessing Amazon Inspector.
AmazonInspectorClient() - Constructor for class com.amazonaws.services.inspector.AmazonInspectorClient
AmazonInspectorClient(ClientConfiguration) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorClient
AmazonInspectorClient(AWSCredentials) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonInspectorClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonInspectorClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorClient
AmazonInspectorClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorClient
AmazonInspectorClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorClient
AmazonInspectorClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.inspector.AmazonInspectorClient
AmazonInspectorClientBuilder - Class in com.amazonaws.services.inspector
Fluent builder for AmazonInspector.
AmazonInspectorException - Exception in com.amazonaws.services.inspector.model
Base exception for all service exceptions thrown by Amazon Inspector
AmazonInspectorException(String) - Constructor for exception com.amazonaws.services.inspector.model.AmazonInspectorException
Constructs a new AmazonInspectorException with the specified error message.
AssessmentRun - Class in com.amazonaws.services.inspector.model
A snapshot of an Amazon Inspector assessment run that contains the findings of the assessment run .
AssessmentRun() - Constructor for class com.amazonaws.services.inspector.model.AssessmentRun
 
AssessmentRunAgent - Class in com.amazonaws.services.inspector.model
Contains information about an Amazon Inspector agent.
AssessmentRunAgent() - Constructor for class com.amazonaws.services.inspector.model.AssessmentRunAgent
 
AssessmentRunFilter - Class in com.amazonaws.services.inspector.model
Used as the request parameter in the ListAssessmentRuns action.
AssessmentRunFilter() - Constructor for class com.amazonaws.services.inspector.model.AssessmentRunFilter
 
AssessmentRunInProgressException - Exception in com.amazonaws.services.inspector.model
You cannot perform a specified action if an assessment run is currently in progress.
AssessmentRunInProgressException(String) - Constructor for exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
Constructs a new AssessmentRunInProgressException with the specified error message.
AssessmentRunNotification - Class in com.amazonaws.services.inspector.model
Used as one of the elements of the AssessmentRun data type.
AssessmentRunNotification() - Constructor for class com.amazonaws.services.inspector.model.AssessmentRunNotification
 
AssessmentRunNotificationSnsStatusCode - Enum in com.amazonaws.services.inspector.model
 
AssessmentRunState - Enum in com.amazonaws.services.inspector.model
 
AssessmentRunStateChange - Class in com.amazonaws.services.inspector.model
Used as one of the elements of the AssessmentRun data type.
AssessmentRunStateChange() - Constructor for class com.amazonaws.services.inspector.model.AssessmentRunStateChange
 
AssessmentTarget - Class in com.amazonaws.services.inspector.model
Contains information about an Amazon Inspector application.
AssessmentTarget() - Constructor for class com.amazonaws.services.inspector.model.AssessmentTarget
 
AssessmentTargetFilter - Class in com.amazonaws.services.inspector.model
Used as the request parameter in the ListAssessmentTargets action.
AssessmentTargetFilter() - Constructor for class com.amazonaws.services.inspector.model.AssessmentTargetFilter
 
AssessmentTemplate - Class in com.amazonaws.services.inspector.model
Contains information about an Amazon Inspector assessment template.
AssessmentTemplate() - Constructor for class com.amazonaws.services.inspector.model.AssessmentTemplate
 
AssessmentTemplateFilter - Class in com.amazonaws.services.inspector.model
Used as the request parameter in the ListAssessmentTemplates action.
AssessmentTemplateFilter() - Constructor for class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
 
AssetAttributes - Class in com.amazonaws.services.inspector.model
A collection of attributes of the host from which the finding is generated.
AssetAttributes() - Constructor for class com.amazonaws.services.inspector.model.AssetAttributes
 
AssetType - Enum in com.amazonaws.services.inspector.model
 
asyncBuilder() - Static method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
Attribute - Class in com.amazonaws.services.inspector.model
This data type is used as a request parameter in the AddAttributesToFindings and CreateAssessmentTemplate actions.
Attribute() - Constructor for class com.amazonaws.services.inspector.model.Attribute
 

B

build(AwsAsyncClientParams) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClientBuilder
Construct an asynchronous implementation of AmazonInspectorAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.inspector.AmazonInspectorClientBuilder
Construct a synchronous implementation of AmazonInspector using the current builder configuration.
builder() - Static method in class com.amazonaws.services.inspector.AmazonInspectorClient
 

C

clearFailedItemsEntries() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
Removes all the entries added into FailedItems.
clearFailedItemsEntries() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
Removes all the entries added into FailedItems.
clearFailedItemsEntries() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
Removes all the entries added into FailedItems.
clearFailedItemsEntries() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
Removes all the entries added into FailedItems.
clearFailedItemsEntries() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
Removes all the entries added into FailedItems.
clearFailedItemsEntries() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
Removes all the entries added into FailedItems.
clearFailedItemsEntries() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
Removes all the entries added into FailedItems.
clearFailedItemsEntries() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
Removes all the entries added into FailedItems.
clearFindingCountsEntries() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
Removes all the entries added into FindingCounts.
clone() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
 
clone() - Method in class com.amazonaws.services.inspector.model.AgentFilter
 
clone() - Method in class com.amazonaws.services.inspector.model.AgentPreview
 
clone() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
 
clone() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
 
clone() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
 
clone() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
 
clone() - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
 
clone() - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
 
clone() - Method in class com.amazonaws.services.inspector.model.AssessmentTargetFilter
 
clone() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
 
clone() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
 
clone() - Method in class com.amazonaws.services.inspector.model.AssetAttributes
 
clone() - Method in class com.amazonaws.services.inspector.model.Attribute
 
clone() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetResult
 
clone() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateResult
 
clone() - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
 
clone() - Method in class com.amazonaws.services.inspector.model.DurationRange
 
clone() - Method in class com.amazonaws.services.inspector.model.EventSubscription
 
clone() - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
 
clone() - Method in class com.amazonaws.services.inspector.model.Finding
 
clone() - Method in class com.amazonaws.services.inspector.model.FindingFilter
 
clone() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
 
clone() - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataResult
 
clone() - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
 
clone() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
 
clone() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
 
clone() - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleResult
 
clone() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
 
clone() - Method in class com.amazonaws.services.inspector.model.ResourceGroup
 
clone() - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
 
clone() - Method in class com.amazonaws.services.inspector.model.RulesPackage
 
clone() - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunResult
 
clone() - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunResult
 
clone() - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.SubscribeToEventResult
 
clone() - Method in class com.amazonaws.services.inspector.model.Subscription
 
clone() - Method in class com.amazonaws.services.inspector.model.Tag
 
clone() - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
 
clone() - Method in class com.amazonaws.services.inspector.model.TimestampRange
 
clone() - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventResult
 
clone() - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
 
clone() - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetResult
 
com.amazonaws.services.inspector - package com.amazonaws.services.inspector
Amazon Inspector
com.amazonaws.services.inspector.model - package com.amazonaws.services.inspector.model
 
configFactory - Static variable in class com.amazonaws.services.inspector.AmazonInspectorClient
Client configuration factory providing ClientConfigurations tailored to this client
createAssessmentTarget(CreateAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
createAssessmentTarget(CreateAssessmentTargetRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup.
createAssessmentTarget(CreateAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup.
createAssessmentTargetAsync(CreateAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
createAssessmentTargetAsync(CreateAssessmentTargetRequest, AsyncHandler<CreateAssessmentTargetRequest, CreateAssessmentTargetResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
createAssessmentTargetAsync(CreateAssessmentTargetRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup.
createAssessmentTargetAsync(CreateAssessmentTargetRequest, AsyncHandler<CreateAssessmentTargetRequest, CreateAssessmentTargetResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup.
createAssessmentTargetAsync(CreateAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
createAssessmentTargetAsync(CreateAssessmentTargetRequest, AsyncHandler<CreateAssessmentTargetRequest, CreateAssessmentTargetResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
CreateAssessmentTargetRequest - Class in com.amazonaws.services.inspector.model
 
CreateAssessmentTargetRequest() - Constructor for class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
 
CreateAssessmentTargetResult - Class in com.amazonaws.services.inspector.model
 
CreateAssessmentTargetResult() - Constructor for class com.amazonaws.services.inspector.model.CreateAssessmentTargetResult
 
createAssessmentTemplate(CreateAssessmentTemplateRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
createAssessmentTemplate(CreateAssessmentTemplateRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.
createAssessmentTemplate(CreateAssessmentTemplateRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.
createAssessmentTemplateAsync(CreateAssessmentTemplateRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
createAssessmentTemplateAsync(CreateAssessmentTemplateRequest, AsyncHandler<CreateAssessmentTemplateRequest, CreateAssessmentTemplateResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
createAssessmentTemplateAsync(CreateAssessmentTemplateRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.
createAssessmentTemplateAsync(CreateAssessmentTemplateRequest, AsyncHandler<CreateAssessmentTemplateRequest, CreateAssessmentTemplateResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.
createAssessmentTemplateAsync(CreateAssessmentTemplateRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
createAssessmentTemplateAsync(CreateAssessmentTemplateRequest, AsyncHandler<CreateAssessmentTemplateRequest, CreateAssessmentTemplateResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
CreateAssessmentTemplateRequest - Class in com.amazonaws.services.inspector.model
 
CreateAssessmentTemplateRequest() - Constructor for class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
 
CreateAssessmentTemplateResult - Class in com.amazonaws.services.inspector.model
 
CreateAssessmentTemplateResult() - Constructor for class com.amazonaws.services.inspector.model.CreateAssessmentTemplateResult
 
createResourceGroup(CreateResourceGroupRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
createResourceGroup(CreateResourceGroupRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target.
createResourceGroup(CreateResourceGroupRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target.
createResourceGroupAsync(CreateResourceGroupRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
createResourceGroupAsync(CreateResourceGroupRequest, AsyncHandler<CreateResourceGroupRequest, CreateResourceGroupResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
createResourceGroupAsync(CreateResourceGroupRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target.
createResourceGroupAsync(CreateResourceGroupRequest, AsyncHandler<CreateResourceGroupRequest, CreateResourceGroupResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target.
createResourceGroupAsync(CreateResourceGroupRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
createResourceGroupAsync(CreateResourceGroupRequest, AsyncHandler<CreateResourceGroupRequest, CreateResourceGroupResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
CreateResourceGroupRequest - Class in com.amazonaws.services.inspector.model
 
CreateResourceGroupRequest() - Constructor for class com.amazonaws.services.inspector.model.CreateResourceGroupRequest
 
CreateResourceGroupResult - Class in com.amazonaws.services.inspector.model
 
CreateResourceGroupResult() - Constructor for class com.amazonaws.services.inspector.model.CreateResourceGroupResult
 

D

defaultClient() - Static method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.inspector.AmazonInspectorClientBuilder
 
deleteAssessmentRun(DeleteAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
deleteAssessmentRun(DeleteAssessmentRunRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Deletes the assessment run that is specified by the ARN of the assessment run.
deleteAssessmentRun(DeleteAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Deletes the assessment run that is specified by the ARN of the assessment run.
deleteAssessmentRunAsync(DeleteAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
deleteAssessmentRunAsync(DeleteAssessmentRunRequest, AsyncHandler<DeleteAssessmentRunRequest, DeleteAssessmentRunResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
deleteAssessmentRunAsync(DeleteAssessmentRunRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Deletes the assessment run that is specified by the ARN of the assessment run.
deleteAssessmentRunAsync(DeleteAssessmentRunRequest, AsyncHandler<DeleteAssessmentRunRequest, DeleteAssessmentRunResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Deletes the assessment run that is specified by the ARN of the assessment run.
deleteAssessmentRunAsync(DeleteAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
deleteAssessmentRunAsync(DeleteAssessmentRunRequest, AsyncHandler<DeleteAssessmentRunRequest, DeleteAssessmentRunResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DeleteAssessmentRunRequest - Class in com.amazonaws.services.inspector.model
 
DeleteAssessmentRunRequest() - Constructor for class com.amazonaws.services.inspector.model.DeleteAssessmentRunRequest
 
DeleteAssessmentRunResult - Class in com.amazonaws.services.inspector.model
 
DeleteAssessmentRunResult() - Constructor for class com.amazonaws.services.inspector.model.DeleteAssessmentRunResult
 
deleteAssessmentTarget(DeleteAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
deleteAssessmentTarget(DeleteAssessmentTargetRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Deletes the assessment target that is specified by the ARN of the assessment target.
deleteAssessmentTarget(DeleteAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Deletes the assessment target that is specified by the ARN of the assessment target.
deleteAssessmentTargetAsync(DeleteAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
deleteAssessmentTargetAsync(DeleteAssessmentTargetRequest, AsyncHandler<DeleteAssessmentTargetRequest, DeleteAssessmentTargetResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
deleteAssessmentTargetAsync(DeleteAssessmentTargetRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Deletes the assessment target that is specified by the ARN of the assessment target.
deleteAssessmentTargetAsync(DeleteAssessmentTargetRequest, AsyncHandler<DeleteAssessmentTargetRequest, DeleteAssessmentTargetResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Deletes the assessment target that is specified by the ARN of the assessment target.
deleteAssessmentTargetAsync(DeleteAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
deleteAssessmentTargetAsync(DeleteAssessmentTargetRequest, AsyncHandler<DeleteAssessmentTargetRequest, DeleteAssessmentTargetResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DeleteAssessmentTargetRequest - Class in com.amazonaws.services.inspector.model
 
DeleteAssessmentTargetRequest() - Constructor for class com.amazonaws.services.inspector.model.DeleteAssessmentTargetRequest
 
DeleteAssessmentTargetResult - Class in com.amazonaws.services.inspector.model
 
DeleteAssessmentTargetResult() - Constructor for class com.amazonaws.services.inspector.model.DeleteAssessmentTargetResult
 
deleteAssessmentTemplate(DeleteAssessmentTemplateRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
deleteAssessmentTemplate(DeleteAssessmentTemplateRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Deletes the assessment template that is specified by the ARN of the assessment template.
deleteAssessmentTemplate(DeleteAssessmentTemplateRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Deletes the assessment template that is specified by the ARN of the assessment template.
deleteAssessmentTemplateAsync(DeleteAssessmentTemplateRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
deleteAssessmentTemplateAsync(DeleteAssessmentTemplateRequest, AsyncHandler<DeleteAssessmentTemplateRequest, DeleteAssessmentTemplateResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
deleteAssessmentTemplateAsync(DeleteAssessmentTemplateRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Deletes the assessment template that is specified by the ARN of the assessment template.
deleteAssessmentTemplateAsync(DeleteAssessmentTemplateRequest, AsyncHandler<DeleteAssessmentTemplateRequest, DeleteAssessmentTemplateResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Deletes the assessment template that is specified by the ARN of the assessment template.
deleteAssessmentTemplateAsync(DeleteAssessmentTemplateRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
deleteAssessmentTemplateAsync(DeleteAssessmentTemplateRequest, AsyncHandler<DeleteAssessmentTemplateRequest, DeleteAssessmentTemplateResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DeleteAssessmentTemplateRequest - Class in com.amazonaws.services.inspector.model
 
DeleteAssessmentTemplateRequest() - Constructor for class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateRequest
 
DeleteAssessmentTemplateResult - Class in com.amazonaws.services.inspector.model
 
DeleteAssessmentTemplateResult() - Constructor for class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateResult
 
describeAssessmentRuns(DescribeAssessmentRunsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
describeAssessmentRuns(DescribeAssessmentRunsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Describes the assessment runs that are specified by the ARNs of the assessment runs.
describeAssessmentRuns(DescribeAssessmentRunsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Describes the assessment runs that are specified by the ARNs of the assessment runs.
describeAssessmentRunsAsync(DescribeAssessmentRunsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeAssessmentRunsAsync(DescribeAssessmentRunsRequest, AsyncHandler<DescribeAssessmentRunsRequest, DescribeAssessmentRunsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeAssessmentRunsAsync(DescribeAssessmentRunsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the assessment runs that are specified by the ARNs of the assessment runs.
describeAssessmentRunsAsync(DescribeAssessmentRunsRequest, AsyncHandler<DescribeAssessmentRunsRequest, DescribeAssessmentRunsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the assessment runs that are specified by the ARNs of the assessment runs.
describeAssessmentRunsAsync(DescribeAssessmentRunsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
describeAssessmentRunsAsync(DescribeAssessmentRunsRequest, AsyncHandler<DescribeAssessmentRunsRequest, DescribeAssessmentRunsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DescribeAssessmentRunsRequest - Class in com.amazonaws.services.inspector.model
 
DescribeAssessmentRunsRequest() - Constructor for class com.amazonaws.services.inspector.model.DescribeAssessmentRunsRequest
 
DescribeAssessmentRunsResult - Class in com.amazonaws.services.inspector.model
 
DescribeAssessmentRunsResult() - Constructor for class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
 
describeAssessmentTargets(DescribeAssessmentTargetsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
describeAssessmentTargets(DescribeAssessmentTargetsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Describes the assessment targets that are specified by the ARNs of the assessment targets.
describeAssessmentTargets(DescribeAssessmentTargetsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Describes the assessment targets that are specified by the ARNs of the assessment targets.
describeAssessmentTargetsAsync(DescribeAssessmentTargetsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeAssessmentTargetsAsync(DescribeAssessmentTargetsRequest, AsyncHandler<DescribeAssessmentTargetsRequest, DescribeAssessmentTargetsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeAssessmentTargetsAsync(DescribeAssessmentTargetsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the assessment targets that are specified by the ARNs of the assessment targets.
describeAssessmentTargetsAsync(DescribeAssessmentTargetsRequest, AsyncHandler<DescribeAssessmentTargetsRequest, DescribeAssessmentTargetsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the assessment targets that are specified by the ARNs of the assessment targets.
describeAssessmentTargetsAsync(DescribeAssessmentTargetsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
describeAssessmentTargetsAsync(DescribeAssessmentTargetsRequest, AsyncHandler<DescribeAssessmentTargetsRequest, DescribeAssessmentTargetsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DescribeAssessmentTargetsRequest - Class in com.amazonaws.services.inspector.model
 
DescribeAssessmentTargetsRequest() - Constructor for class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsRequest
 
DescribeAssessmentTargetsResult - Class in com.amazonaws.services.inspector.model
 
DescribeAssessmentTargetsResult() - Constructor for class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
 
describeAssessmentTemplates(DescribeAssessmentTemplatesRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
describeAssessmentTemplates(DescribeAssessmentTemplatesRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Describes the assessment templates that are specified by the ARNs of the assessment templates.
describeAssessmentTemplates(DescribeAssessmentTemplatesRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Describes the assessment templates that are specified by the ARNs of the assessment templates.
describeAssessmentTemplatesAsync(DescribeAssessmentTemplatesRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeAssessmentTemplatesAsync(DescribeAssessmentTemplatesRequest, AsyncHandler<DescribeAssessmentTemplatesRequest, DescribeAssessmentTemplatesResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeAssessmentTemplatesAsync(DescribeAssessmentTemplatesRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the assessment templates that are specified by the ARNs of the assessment templates.
describeAssessmentTemplatesAsync(DescribeAssessmentTemplatesRequest, AsyncHandler<DescribeAssessmentTemplatesRequest, DescribeAssessmentTemplatesResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the assessment templates that are specified by the ARNs of the assessment templates.
describeAssessmentTemplatesAsync(DescribeAssessmentTemplatesRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
describeAssessmentTemplatesAsync(DescribeAssessmentTemplatesRequest, AsyncHandler<DescribeAssessmentTemplatesRequest, DescribeAssessmentTemplatesResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DescribeAssessmentTemplatesRequest - Class in com.amazonaws.services.inspector.model
 
DescribeAssessmentTemplatesRequest() - Constructor for class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesRequest
 
DescribeAssessmentTemplatesResult - Class in com.amazonaws.services.inspector.model
 
DescribeAssessmentTemplatesResult() - Constructor for class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
 
describeCrossAccountAccessRole(DescribeCrossAccountAccessRoleRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
describeCrossAccountAccessRole(DescribeCrossAccountAccessRoleRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Describes the IAM role that enables Amazon Inspector to access your AWS account.
describeCrossAccountAccessRole(DescribeCrossAccountAccessRoleRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Describes the IAM role that enables Amazon Inspector to access your AWS account.
describeCrossAccountAccessRoleAsync(DescribeCrossAccountAccessRoleRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeCrossAccountAccessRoleAsync(DescribeCrossAccountAccessRoleRequest, AsyncHandler<DescribeCrossAccountAccessRoleRequest, DescribeCrossAccountAccessRoleResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeCrossAccountAccessRoleAsync(DescribeCrossAccountAccessRoleRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the IAM role that enables Amazon Inspector to access your AWS account.
describeCrossAccountAccessRoleAsync(DescribeCrossAccountAccessRoleRequest, AsyncHandler<DescribeCrossAccountAccessRoleRequest, DescribeCrossAccountAccessRoleResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the IAM role that enables Amazon Inspector to access your AWS account.
describeCrossAccountAccessRoleAsync(DescribeCrossAccountAccessRoleRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
describeCrossAccountAccessRoleAsync(DescribeCrossAccountAccessRoleRequest, AsyncHandler<DescribeCrossAccountAccessRoleRequest, DescribeCrossAccountAccessRoleResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DescribeCrossAccountAccessRoleRequest - Class in com.amazonaws.services.inspector.model
 
DescribeCrossAccountAccessRoleRequest() - Constructor for class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleRequest
 
DescribeCrossAccountAccessRoleResult - Class in com.amazonaws.services.inspector.model
 
DescribeCrossAccountAccessRoleResult() - Constructor for class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
 
describeFindings(DescribeFindingsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
describeFindings(DescribeFindingsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Describes the findings that are specified by the ARNs of the findings.
describeFindings(DescribeFindingsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Describes the findings that are specified by the ARNs of the findings.
describeFindingsAsync(DescribeFindingsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeFindingsAsync(DescribeFindingsRequest, AsyncHandler<DescribeFindingsRequest, DescribeFindingsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeFindingsAsync(DescribeFindingsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the findings that are specified by the ARNs of the findings.
describeFindingsAsync(DescribeFindingsRequest, AsyncHandler<DescribeFindingsRequest, DescribeFindingsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the findings that are specified by the ARNs of the findings.
describeFindingsAsync(DescribeFindingsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
describeFindingsAsync(DescribeFindingsRequest, AsyncHandler<DescribeFindingsRequest, DescribeFindingsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DescribeFindingsRequest - Class in com.amazonaws.services.inspector.model
 
DescribeFindingsRequest() - Constructor for class com.amazonaws.services.inspector.model.DescribeFindingsRequest
 
DescribeFindingsResult - Class in com.amazonaws.services.inspector.model
 
DescribeFindingsResult() - Constructor for class com.amazonaws.services.inspector.model.DescribeFindingsResult
 
describeResourceGroups(DescribeResourceGroupsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
describeResourceGroups(DescribeResourceGroupsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Describes the resource groups that are specified by the ARNs of the resource groups.
describeResourceGroups(DescribeResourceGroupsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Describes the resource groups that are specified by the ARNs of the resource groups.
describeResourceGroupsAsync(DescribeResourceGroupsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeResourceGroupsAsync(DescribeResourceGroupsRequest, AsyncHandler<DescribeResourceGroupsRequest, DescribeResourceGroupsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeResourceGroupsAsync(DescribeResourceGroupsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the resource groups that are specified by the ARNs of the resource groups.
describeResourceGroupsAsync(DescribeResourceGroupsRequest, AsyncHandler<DescribeResourceGroupsRequest, DescribeResourceGroupsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the resource groups that are specified by the ARNs of the resource groups.
describeResourceGroupsAsync(DescribeResourceGroupsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
describeResourceGroupsAsync(DescribeResourceGroupsRequest, AsyncHandler<DescribeResourceGroupsRequest, DescribeResourceGroupsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DescribeResourceGroupsRequest - Class in com.amazonaws.services.inspector.model
 
DescribeResourceGroupsRequest() - Constructor for class com.amazonaws.services.inspector.model.DescribeResourceGroupsRequest
 
DescribeResourceGroupsResult - Class in com.amazonaws.services.inspector.model
 
DescribeResourceGroupsResult() - Constructor for class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
 
describeRulesPackages(DescribeRulesPackagesRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
describeRulesPackages(DescribeRulesPackagesRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Describes the rules packages that are specified by the ARNs of the rules packages.
describeRulesPackages(DescribeRulesPackagesRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Describes the rules packages that are specified by the ARNs of the rules packages.
describeRulesPackagesAsync(DescribeRulesPackagesRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeRulesPackagesAsync(DescribeRulesPackagesRequest, AsyncHandler<DescribeRulesPackagesRequest, DescribeRulesPackagesResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
describeRulesPackagesAsync(DescribeRulesPackagesRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the rules packages that are specified by the ARNs of the rules packages.
describeRulesPackagesAsync(DescribeRulesPackagesRequest, AsyncHandler<DescribeRulesPackagesRequest, DescribeRulesPackagesResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Describes the rules packages that are specified by the ARNs of the rules packages.
describeRulesPackagesAsync(DescribeRulesPackagesRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
describeRulesPackagesAsync(DescribeRulesPackagesRequest, AsyncHandler<DescribeRulesPackagesRequest, DescribeRulesPackagesResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
DescribeRulesPackagesRequest - Class in com.amazonaws.services.inspector.model
 
DescribeRulesPackagesRequest() - Constructor for class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
 
DescribeRulesPackagesResult - Class in com.amazonaws.services.inspector.model
 
DescribeRulesPackagesResult() - Constructor for class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
 
DurationRange - Class in com.amazonaws.services.inspector.model
This data type is used in the AssessmentTemplateFilter data type.
DurationRange() - Constructor for class com.amazonaws.services.inspector.model.DurationRange
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.inspector.AmazonInspector
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AgentFilter
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AgentPreview
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssessmentTargetFilter
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.Attribute
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.DurationRange
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.EventSubscription
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.Finding
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.FindingFilter
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ResourceGroup
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.RulesPackage
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.Subscription
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.TimestampRange
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventResult
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
 
equals(Object) - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetResult
 
EventSubscription - Class in com.amazonaws.services.inspector.model
This data type is used in the Subscription data type.
EventSubscription() - Constructor for class com.amazonaws.services.inspector.model.EventSubscription
 

F

FailedItemDetails - Class in com.amazonaws.services.inspector.model
Includes details about the failed items.
FailedItemDetails() - Constructor for class com.amazonaws.services.inspector.model.FailedItemDetails
 
FailedItemErrorCode - Enum in com.amazonaws.services.inspector.model
 
Finding - Class in com.amazonaws.services.inspector.model
Contains information about an Amazon Inspector finding.
Finding() - Constructor for class com.amazonaws.services.inspector.model.Finding
 
FindingFilter - Class in com.amazonaws.services.inspector.model
This data type is used as a request parameter in the ListFindings action.
FindingFilter() - Constructor for class com.amazonaws.services.inspector.model.FindingFilter
 
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.AccessDeniedErrorCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.AgentHealth
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.AgentHealthCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.AssessmentRunNotificationSnsStatusCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.AssessmentRunState
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.AssetType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.FailedItemErrorCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.InspectorEvent
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.InvalidCrossAccountRoleErrorCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.InvalidInputErrorCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.LimitExceededErrorCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.Locale
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.NoSuchEntityErrorCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.ReportFileFormat
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.ReportStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.ReportType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.Severity
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.inspector.model.StopAction
Use this in place of valueOf.

G

getAgentHealth() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The current health state of the agent.
getAgentHealthCode() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The detailed health state of the agent.
getAgentHealthCodes() - Method in class com.amazonaws.services.inspector.model.AgentFilter
The detailed health state of the agent.
getAgentHealthDetails() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The description for the agent health code.
getAgentHealths() - Method in class com.amazonaws.services.inspector.model.AgentFilter
The current health state of the agent.
getAgentId() - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
getAgentId() - Method in class com.amazonaws.services.inspector.model.AgentPreview
The ID of the EC2 instance where the agent is installed.
getAgentId() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The AWS account of the EC2 instance where the agent is installed.
getAgentId() - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The ID of the agent that is installed on the EC2 instance where the finding is generated.
getAgentIds() - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type.
getAgentPreviews() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
The resulting list of agents.
getAgents() - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException

getAgentsTruncated() - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException

getAmiId() - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.
getArn() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The ARN of the assessment run.
getArn() - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The ARN that specifies the Amazon Inspector assessment target.
getArn() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The ARN of the assessment template.
getArn() - Method in class com.amazonaws.services.inspector.model.Finding
The ARN that specifies the finding.
getArn() - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The ARN of the resource group.
getArn() - Method in class com.amazonaws.services.inspector.model.RulesPackage
The ARN of the rules package.
getAssessmentReport(GetAssessmentReportRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
getAssessmentReport(GetAssessmentReportRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.
getAssessmentReport(GetAssessmentReportRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.
getAssessmentReportAsync(GetAssessmentReportRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
getAssessmentReportAsync(GetAssessmentReportRequest, AsyncHandler<GetAssessmentReportRequest, GetAssessmentReportResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
getAssessmentReportAsync(GetAssessmentReportRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.
getAssessmentReportAsync(GetAssessmentReportRequest, AsyncHandler<GetAssessmentReportRequest, GetAssessmentReportResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.
getAssessmentReportAsync(GetAssessmentReportRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
getAssessmentReportAsync(GetAssessmentReportRequest, AsyncHandler<GetAssessmentReportRequest, GetAssessmentReportResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
GetAssessmentReportRequest - Class in com.amazonaws.services.inspector.model
 
GetAssessmentReportRequest() - Constructor for class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
 
GetAssessmentReportResult - Class in com.amazonaws.services.inspector.model
 
GetAssessmentReportResult() - Constructor for class com.amazonaws.services.inspector.model.GetAssessmentReportResult
 
getAssessmentRunAgents() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
A list of ARNs that specifies the agents returned by the action.
getAssessmentRunArn() - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
The ARN of the assessment run that has already been started.
getAssessmentRunArn() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The ARN of the assessment run that is associated with the agent.
getAssessmentRunArn() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunRequest
The ARN that specifies the assessment run that you want to delete.
getAssessmentRunArn() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
The ARN that specifies the assessment run for which you want to generate a report.
getAssessmentRunArn() - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataRequest
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
getAssessmentRunArn() - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
The ARN of the assessment run during which the finding is generated.
getAssessmentRunArn() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
The ARN that specifies the assessment run whose agents you want to list.
getAssessmentRunArn() - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunResult
The ARN of the assessment run that has been started.
getAssessmentRunArn() - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
The ARN of the assessment run that you want to stop.
getAssessmentRunArns() - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
The ARNs of the assessment runs that are currently in progress.
getAssessmentRunArns() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsRequest
The ARN that specifies the assessment run that you want to describe.
getAssessmentRunArns() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
A list of ARNs that specifies the assessment runs that are returned by the action.
getAssessmentRunArns() - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
The ARNs of the assessment runs that generate the findings that you want to list.
getAssessmentRunArnsTruncated() - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
Boolean value that indicates whether the ARN list of the assessment runs is truncated.
getAssessmentRunName() - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
You can specify the name for the assessment run.
getAssessmentRuns() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
Information about the assessment run.
getAssessmentTargetArn() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The ARN of the assessment target that corresponds to this assessment template.
getAssessmentTargetArn() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetResult
The ARN that specifies the assessment target that is created.
getAssessmentTargetArn() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The ARN that specifies the assessment target for which you want to create the assessment template.
getAssessmentTargetArn() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetRequest
The ARN that specifies the assessment target that you want to delete.
getAssessmentTargetArn() - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
The ARN of the assessment target that you want to update.
getAssessmentTargetArns() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsRequest
The ARNs that specifies the assessment targets that you want to describe.
getAssessmentTargetArns() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
A list of ARNs that specifies the assessment targets that are returned by the action.
getAssessmentTargetArns() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
A list of ARNs that specifies the assessment targets whose assessment templates you want to list.
getAssessmentTargetName() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
The user-defined name that identifies the assessment target that you want to create.
getAssessmentTargetName() - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
The name of the assessment target that you want to update.
getAssessmentTargetNamePattern() - Method in class com.amazonaws.services.inspector.model.AssessmentTargetFilter
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
getAssessmentTargets() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
Information about the assessment targets.
getAssessmentTemplateArn() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The ARN of the assessment template that is associated with the assessment run.
getAssessmentTemplateArn() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateResult
The ARN that specifies the assessment template that is created.
getAssessmentTemplateArn() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateRequest
The ARN that specifies the assessment template that you want to delete.
getAssessmentTemplateArn() - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
The ARN of the assessment template of the assessment run that you want to start.
getAssessmentTemplateArns() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesRequest
 
getAssessmentTemplateArns() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
The ARNs that specify the assessment templates whose assessment runs you want to list.
getAssessmentTemplateArns() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
A list of ARNs that specifies the assessment templates returned by the action.
getAssessmentTemplateName() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The user-defined name that identifies the assessment template that you want to create.
getAssessmentTemplates() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
Information about the assessment templates.
getAssetAttributes() - Method in class com.amazonaws.services.inspector.model.Finding
A collection of attributes of the host from which the finding is generated.
getAssetType() - Method in class com.amazonaws.services.inspector.model.Finding
The type of the host from which the finding is generated.
getAttributeKeys() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
The array of attribute keys that you want to remove from specified findings.
getAttributes() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
The array of attributes that you want to assign to specified findings.
getAttributes() - Method in class com.amazonaws.services.inspector.model.Finding
The system-defined attributes for the finding.
getAttributes() - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type.
getAutoScalingGroup() - Method in class com.amazonaws.services.inspector.model.AgentPreview
The Auto Scaling group for the EC2 instance where the agent is installed.
getAutoScalingGroup() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
getAutoScalingGroup() - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The Auto Scaling group of the EC2 instance where the finding is generated.
getAutoScalingGroups() - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type.
getBeginDate() - Method in class com.amazonaws.services.inspector.model.TimestampRange
The minimum value of the timestamp range.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCanRetry() - Method in exception com.amazonaws.services.inspector.model.AccessDeniedException
You can immediately retry your request.
getCanRetry() - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException
You can immediately retry your request.
getCanRetry() - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
You can immediately retry your request.
getCanRetry() - Method in exception com.amazonaws.services.inspector.model.InternalException
You can immediately retry your request.
getCanRetry() - Method in exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
You can immediately retry your request.
getCanRetry() - Method in exception com.amazonaws.services.inspector.model.InvalidInputException
You can immediately retry your request.
getCanRetry() - Method in exception com.amazonaws.services.inspector.model.LimitExceededException
You can immediately retry your request.
getCanRetry() - Method in exception com.amazonaws.services.inspector.model.NoSuchEntityException
You can immediately retry your request.
getCanRetry() - Method in exception com.amazonaws.services.inspector.model.UnsupportedFeatureException
 
getCompletedAt() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The assessment run completion time that corresponds to the rules packages evaluation completion time or failure.
getCompletionTimeRange() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the completedAt property of the AssessmentRun data type.
getConfidence() - Method in class com.amazonaws.services.inspector.model.Finding
This data element is currently not used.
getCount() - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
The count of messages that the agent sends to the Amazon Inspector service.
getCreatedAt() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The time when StartAssessmentRun was called.
getCreatedAt() - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The time at which the assessment target is created.
getCreatedAt() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The time at which the assessment template is created.
getCreatedAt() - Method in class com.amazonaws.services.inspector.model.Finding
The time when the finding was generated.
getCreatedAt() - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The time at which resource group is created.
getCreationTimeRange() - Method in class com.amazonaws.services.inspector.model.FindingFilter
The time range during which the finding is generated.
getDataCollected() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A Boolean value (true or false) that specifies whether the process of collecting data from the agents is completed.
getDataSize() - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
The data size of messages that the agent sends to the Amazon Inspector service.
getDate() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The date of the notification.
getDescription() - Method in class com.amazonaws.services.inspector.model.Finding
The description of the finding.
getDescription() - Method in class com.amazonaws.services.inspector.model.RulesPackage
The description of the rules package.
getDurationInSeconds() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The duration of the assessment run.
getDurationInSeconds() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The duration in seconds specified for this assessment tempate.
getDurationInSeconds() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The duration of the assessment run in seconds.
getDurationRange() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentRun data type.
getDurationRange() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate data type.
getEndDate() - Method in class com.amazonaws.services.inspector.model.TimestampRange
The maximum value of the timestamp range.
getError() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The Boolean value that specifies whether the notification represents an error.
getEvent() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The event for which a notification is sent.
getEvent() - Method in class com.amazonaws.services.inspector.model.EventSubscription
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
getEvent() - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The event for which you want to receive SNS notifications.
getEvent() - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The event for which you want to stop receiving SNS notifications.
getEventSubscriptions() - Method in class com.amazonaws.services.inspector.model.Subscription
The list of existing event subscriptions.
getExecutorService() - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
Returns the executor service used by this client to execute async requests.
getFailedItems() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
Attribute details that cannot be described.
getFailedItems() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
Assessment run details that cannot be described.
getFailedItems() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
Assessment target details that cannot be described.
getFailedItems() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
Assessment template details that cannot be described.
getFailedItems() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
Finding details that cannot be described.
getFailedItems() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
Resource group details that cannot be described.
getFailedItems() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
Rules package details that cannot be described.
getFailedItems() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
Attributes details that cannot be described.
getFailureCode() - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
The status code of a failed item.
getFilter() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
getFilter() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
getFilter() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
getFilter() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
You can use this parameter to specify a subset of data to be included in the action's response.
getFilter() - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
getFindingArns() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
The ARNs that specify the findings that you want to assign attributes to.
getFindingArns() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
The ARN that specifies the finding that you want to describe.
getFindingArns() - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
A list of ARNs that specifies the findings returned by the action.
getFindingArns() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
The ARNs that specify the findings that you want to remove attributes from.
getFindingCounts() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
Provides a total count of generated findings per severity.
getFindings() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
Information about the finding.
getHostname() - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The hostname of the EC2 instance where the finding is generated.
getId() - Method in class com.amazonaws.services.inspector.model.Finding
The ID of the finding.
getIndicatorOfCompromise() - Method in class com.amazonaws.services.inspector.model.Finding
This data element is currently not used.
getInspectorErrorCode() - Method in exception com.amazonaws.services.inspector.model.AccessDeniedException
Code that indicates the type of error that is generated.
getInspectorErrorCode() - Method in exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
Code that indicates the type of error that is generated.
getInspectorErrorCode() - Method in exception com.amazonaws.services.inspector.model.InvalidInputException
Code that indicates the type of error that is generated.
getInspectorErrorCode() - Method in exception com.amazonaws.services.inspector.model.LimitExceededException
Code that indicates the type of error that is generated.
getInspectorErrorCode() - Method in exception com.amazonaws.services.inspector.model.NoSuchEntityException
Code that indicates the type of error that is generated.
getIpv4Addresses() - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The list of IP v4 addresses of the EC2 instance where the finding is generated.
getKey() - Method in class com.amazonaws.services.inspector.model.Attribute
The attribute key.
getKey() - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
A tag key.
getKey() - Method in class com.amazonaws.services.inspector.model.Tag
A tag key.
getLocale() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
getLocale() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
The locale that you want to translate a rules package description into.
getMaxResults() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
You can use this parameter to indicate the maximum number of items that you want in the response.
getMaxResults() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
You can use this parameter to indicate the maximum number of items that you want in the response.
getMaxResults() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
getMaxResults() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
You can use this parameter to indicate the maximum number of items you want in the response.
getMaxResults() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
getMaxResults() - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
getMaxResults() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
You can use this parameter to indicate the maximum number of items you want in the response.
getMaxResults() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
getMaxSeconds() - Method in class com.amazonaws.services.inspector.model.DurationRange
The maximum value of the duration range.
getMessage() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The message included in the notification.
getMessageType() - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
A specific type of behavioral data that is collected by the agent.
getMinSeconds() - Method in class com.amazonaws.services.inspector.model.DurationRange
The minimum value of the duration range.
getName() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The auto-generated name for the assessment run.
getName() - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The name of the Amazon Inspector assessment target.
getName() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The name of the assessment template.
getName() - Method in class com.amazonaws.services.inspector.model.RulesPackage
The name of the rules package.
getNamePattern() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, an explicit value or a string containing a wildcard that is specified for this data type property must match the value of the assessmentRunName property of the AssessmentRun data type.
getNamePattern() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate data type.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
You can use this parameter when paginating results.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
You can use this parameter when paginating results.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
You can use this parameter when paginating results.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
You can use this parameter when paginating results.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
You can use this parameter when paginating results.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
You can use this parameter when paginating results.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
You can use this parameter when paginating results.
getNextToken() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
getNextToken() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
You can use this parameter when paginating results.
getNextToken() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
getNotifications() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A list of notifications for the event subscriptions.
getNumericSeverity() - Method in class com.amazonaws.services.inspector.model.Finding
The numeric value of the finding severity.
getPreviewAgentsArn() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
The ARN of the assessment target whose agents you want to preview.
getProvider() - Method in class com.amazonaws.services.inspector.model.RulesPackage
The provider of the rules package.
getRecommendation() - Method in class com.amazonaws.services.inspector.model.Finding
The recommendation for the finding.
getRegisteredAt() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
The date when the cross-account access role was registered.
getReportFileFormat() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the file format (html or pdf) of the assessment report that you want to generate.
getReportType() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the type of the assessment report that you want to generate.
getResourceArn() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
The ARN of the assessment template for which you want to list the existing event subscriptions.
getResourceArn() - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceRequest
The ARN that specifies the assessment template whose tags you want to list.
getResourceArn() - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
The ARN of the assessment template that you want to set tags to.
getResourceArn() - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.
getResourceArn() - Method in class com.amazonaws.services.inspector.model.Subscription
The ARN of the assessment template that is used during the event for which the SNS notification is sent.
getResourceArn() - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
getResourceGroupArn() - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The ARN that specifies the resource group that is associated with the assessment target.
getResourceGroupArn() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
The ARN that specifies the resource group that is used to create the assessment target.
getResourceGroupArn() - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupResult
The ARN that specifies the resource group that is created.
getResourceGroupArn() - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
getResourceGroupArns() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsRequest
The ARN that specifies the resource group that you want to describe.
getResourceGroups() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
Information about a resource group.
getResourceGroupTags() - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupRequest
A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
getRetryable() - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
Indicates whether you can immediately retry a request for this item for a specified resource.
getRoleArn() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.
getRoleArn() - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleRequest
The ARN of the IAM role that Amazon Inspector uses to list your EC2 instances during the assessment run or when you call the PreviewAgents action.
getRuleNames() - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type.
getRulesPackageArn() - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
The ARN of the rules package that is used to generate the finding.
getRulesPackageArns() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The rules packages selected for the assessment run.
getRulesPackageArns() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the rulesPackages property of the AssessmentRun data type.
getRulesPackageArns() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The rules packages that are specified for this assessment template.
getRulesPackageArns() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
getRulesPackageArns() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The ARNs that specify the rules packages that you want to attach to the assessment template.
getRulesPackageArns() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
The ARN that specifies the rules package that you want to describe.
getRulesPackageArns() - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type.
getRulesPackageArns() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
The list of ARNs that specifies the rules packages returned by the action.
getRulesPackages() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
Information about the rules package.
getSchemaVersion() - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The schema version of this data type.
getSchemaVersion() - Method in class com.amazonaws.services.inspector.model.Finding
The schema version of this data type.
getSchemaVersion() - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
The schema version of this data type.
getService() - Method in class com.amazonaws.services.inspector.model.Finding
The data element is set to "Inspector".
getServiceAttributes() - Method in class com.amazonaws.services.inspector.model.Finding
This data type is used in the Finding data type.
getSeverities() - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.
getSeverity() - Method in class com.amazonaws.services.inspector.model.Finding
The finding severity.
getSnsPublishStatusCode() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The status code of the SNS notification.
getSnsTopicArn() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The SNS topic to which the SNS notification is sent.
getStartedAt() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The time when StartAssessmentRun was called.
getStartTimeRange() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the startTime property of the AssessmentRun data type.
getState() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The state of the assessment run.
getState() - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
The assessment run state.
getStateChangedAt() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The last time when the assessment run's state changed.
getStateChangedAt() - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
The last time the assessment run state changed.
getStateChanges() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A list of the assessment run state changes.
getStateChangeTimeRange() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must match the stateChangedAt property of the AssessmentRun data type.
getStates() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.
getStatus() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
Specifies the status of the request to generate an assessment report.
getStopAction() - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
getSubscribedAt() - Method in class com.amazonaws.services.inspector.model.EventSubscription
The time at which SubscribeToEvent is called.
getSubscriptions() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
Details of the returned event subscriptions.
getTags() - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceResult
A collection of key and value pairs.
getTags() - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The tags (key and value pairs) of the resource group.
getTags() - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
A collection of key and value pairs that you want to set to the assessment template.
getTelemetryMetadata(GetTelemetryMetadataRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
getTelemetryMetadata(GetTelemetryMetadataRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Information about the data that is collected for the specified assessment run.
getTelemetryMetadata(GetTelemetryMetadataRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Information about the data that is collected for the specified assessment run.
getTelemetryMetadata() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The Amazon Inspector application data metrics that are collected by the agent.
getTelemetryMetadata() - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataResult
Telemetry details.
getTelemetryMetadataAsync(GetTelemetryMetadataRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
getTelemetryMetadataAsync(GetTelemetryMetadataRequest, AsyncHandler<GetTelemetryMetadataRequest, GetTelemetryMetadataResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
getTelemetryMetadataAsync(GetTelemetryMetadataRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Information about the data that is collected for the specified assessment run.
getTelemetryMetadataAsync(GetTelemetryMetadataRequest, AsyncHandler<GetTelemetryMetadataRequest, GetTelemetryMetadataResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Information about the data that is collected for the specified assessment run.
getTelemetryMetadataAsync(GetTelemetryMetadataRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
getTelemetryMetadataAsync(GetTelemetryMetadataRequest, AsyncHandler<GetTelemetryMetadataRequest, GetTelemetryMetadataResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
GetTelemetryMetadataRequest - Class in com.amazonaws.services.inspector.model
 
GetTelemetryMetadataRequest() - Constructor for class com.amazonaws.services.inspector.model.GetTelemetryMetadataRequest
 
GetTelemetryMetadataResult - Class in com.amazonaws.services.inspector.model
 
GetTelemetryMetadataResult() - Constructor for class com.amazonaws.services.inspector.model.GetTelemetryMetadataResult
 
getTitle() - Method in class com.amazonaws.services.inspector.model.Finding
The name of the finding.
getTopicArn() - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The ARN of the SNS topic to which the SNS notifications are sent.
getTopicArn() - Method in class com.amazonaws.services.inspector.model.Subscription
The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.
getTopicArn() - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The ARN of the SNS topic to which SNS notifications are sent.
getUpdatedAt() - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The time at which UpdateAssessmentTarget is called.
getUpdatedAt() - Method in class com.amazonaws.services.inspector.model.Finding
The time when AddAttributesToFindings is called.
getUrl() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
Specifies the URL where you can find the generated assessment report.
getUserAttributes() - Method in class com.amazonaws.services.inspector.model.Finding
The user-defined attributes that are assigned to the finding.
getUserAttributes() - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type.
getUserAttributesForFindings() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The user-defined attributes that are assigned to every generated finding.
getUserAttributesForFindings() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
getUserAttributesForFindings() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.
getValid() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.
getValue() - Method in class com.amazonaws.services.inspector.model.Attribute
The value assigned to the attribute key.
getValue() - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
The value assigned to a tag key.
getValue() - Method in class com.amazonaws.services.inspector.model.Tag
A value assigned to a tag key.
getVersion() - Method in class com.amazonaws.services.inspector.model.RulesPackage
The version ID of the rules package.

H

hashCode() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AgentFilter
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AgentPreview
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssessmentTargetFilter
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
 
hashCode() - Method in class com.amazonaws.services.inspector.model.AssetAttributes
 
hashCode() - Method in class com.amazonaws.services.inspector.model.Attribute
 
hashCode() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.DurationRange
 
hashCode() - Method in class com.amazonaws.services.inspector.model.EventSubscription
 
hashCode() - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
 
hashCode() - Method in class com.amazonaws.services.inspector.model.Finding
 
hashCode() - Method in class com.amazonaws.services.inspector.model.FindingFilter
 
hashCode() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ResourceGroup
 
hashCode() - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
 
hashCode() - Method in class com.amazonaws.services.inspector.model.RulesPackage
 
hashCode() - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.SubscribeToEventResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.Subscription
 
hashCode() - Method in class com.amazonaws.services.inspector.model.Tag
 
hashCode() - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
 
hashCode() - Method in class com.amazonaws.services.inspector.model.TimestampRange
 
hashCode() - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventResult
 
hashCode() - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
 
hashCode() - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetResult
 

I

InspectorEvent - Enum in com.amazonaws.services.inspector.model
 
InspectorServiceAttributes - Class in com.amazonaws.services.inspector.model
This data type is used in the Finding data type.
InspectorServiceAttributes() - Constructor for class com.amazonaws.services.inspector.model.InspectorServiceAttributes
 
InternalException - Exception in com.amazonaws.services.inspector.model
Internal server error.
InternalException(String) - Constructor for exception com.amazonaws.services.inspector.model.InternalException
Constructs a new InternalException with the specified error message.
InvalidCrossAccountRoleErrorCode - Enum in com.amazonaws.services.inspector.model
 
InvalidCrossAccountRoleException - Exception in com.amazonaws.services.inspector.model
Amazon Inspector cannot assume the cross-account role that it needs to list your EC2 instances during the assessment run.
InvalidCrossAccountRoleException(String) - Constructor for exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
Constructs a new InvalidCrossAccountRoleException with the specified error message.
InvalidInputErrorCode - Enum in com.amazonaws.services.inspector.model
 
InvalidInputException - Exception in com.amazonaws.services.inspector.model
The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
InvalidInputException(String) - Constructor for exception com.amazonaws.services.inspector.model.InvalidInputException
Constructs a new InvalidInputException with the specified error message.
isAgentsTruncated() - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException

isAssessmentRunArnsTruncated() - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
Boolean value that indicates whether the ARN list of the assessment runs is truncated.
isCanRetry() - Method in exception com.amazonaws.services.inspector.model.AccessDeniedException
You can immediately retry your request.
isCanRetry() - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException
You can immediately retry your request.
isCanRetry() - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
You can immediately retry your request.
isCanRetry() - Method in exception com.amazonaws.services.inspector.model.InternalException
You can immediately retry your request.
isCanRetry() - Method in exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
You can immediately retry your request.
isCanRetry() - Method in exception com.amazonaws.services.inspector.model.InvalidInputException
You can immediately retry your request.
isCanRetry() - Method in exception com.amazonaws.services.inspector.model.LimitExceededException
You can immediately retry your request.
isCanRetry() - Method in exception com.amazonaws.services.inspector.model.NoSuchEntityException
You can immediately retry your request.
isCanRetry() - Method in exception com.amazonaws.services.inspector.model.UnsupportedFeatureException
 
isDataCollected() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A Boolean value (true or false) that specifies whether the process of collecting data from the agents is completed.
isError() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The Boolean value that specifies whether the notification represents an error.
isIndicatorOfCompromise() - Method in class com.amazonaws.services.inspector.model.Finding
This data element is currently not used.
isRetryable() - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
Indicates whether you can immediately retry a request for this item for a specified resource.
isValid() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.

L

LimitExceededErrorCode - Enum in com.amazonaws.services.inspector.model
 
LimitExceededException - Exception in com.amazonaws.services.inspector.model
The request was rejected because it attempted to create resources beyond the current AWS account limits.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.inspector.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listAssessmentRunAgents(ListAssessmentRunAgentsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
listAssessmentRunAgents(ListAssessmentRunAgentsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.
listAssessmentRunAgents(ListAssessmentRunAgentsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.
listAssessmentRunAgentsAsync(ListAssessmentRunAgentsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listAssessmentRunAgentsAsync(ListAssessmentRunAgentsRequest, AsyncHandler<ListAssessmentRunAgentsRequest, ListAssessmentRunAgentsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listAssessmentRunAgentsAsync(ListAssessmentRunAgentsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.
listAssessmentRunAgentsAsync(ListAssessmentRunAgentsRequest, AsyncHandler<ListAssessmentRunAgentsRequest, ListAssessmentRunAgentsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.
listAssessmentRunAgentsAsync(ListAssessmentRunAgentsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
listAssessmentRunAgentsAsync(ListAssessmentRunAgentsRequest, AsyncHandler<ListAssessmentRunAgentsRequest, ListAssessmentRunAgentsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
ListAssessmentRunAgentsRequest - Class in com.amazonaws.services.inspector.model
 
ListAssessmentRunAgentsRequest() - Constructor for class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
 
ListAssessmentRunAgentsResult - Class in com.amazonaws.services.inspector.model
 
ListAssessmentRunAgentsResult() - Constructor for class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
 
listAssessmentRuns(ListAssessmentRunsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
listAssessmentRuns(ListAssessmentRunsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.
listAssessmentRuns(ListAssessmentRunsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.
listAssessmentRunsAsync(ListAssessmentRunsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listAssessmentRunsAsync(ListAssessmentRunsRequest, AsyncHandler<ListAssessmentRunsRequest, ListAssessmentRunsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listAssessmentRunsAsync(ListAssessmentRunsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.
listAssessmentRunsAsync(ListAssessmentRunsRequest, AsyncHandler<ListAssessmentRunsRequest, ListAssessmentRunsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.
listAssessmentRunsAsync(ListAssessmentRunsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
listAssessmentRunsAsync(ListAssessmentRunsRequest, AsyncHandler<ListAssessmentRunsRequest, ListAssessmentRunsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
ListAssessmentRunsRequest - Class in com.amazonaws.services.inspector.model
 
ListAssessmentRunsRequest() - Constructor for class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
 
ListAssessmentRunsResult - Class in com.amazonaws.services.inspector.model
 
ListAssessmentRunsResult() - Constructor for class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
 
listAssessmentTargets(ListAssessmentTargetsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
listAssessmentTargets(ListAssessmentTargetsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Lists the ARNs of the assessment targets within this AWS account.
listAssessmentTargets(ListAssessmentTargetsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Lists the ARNs of the assessment targets within this AWS account.
listAssessmentTargetsAsync(ListAssessmentTargetsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listAssessmentTargetsAsync(ListAssessmentTargetsRequest, AsyncHandler<ListAssessmentTargetsRequest, ListAssessmentTargetsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listAssessmentTargetsAsync(ListAssessmentTargetsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists the ARNs of the assessment targets within this AWS account.
listAssessmentTargetsAsync(ListAssessmentTargetsRequest, AsyncHandler<ListAssessmentTargetsRequest, ListAssessmentTargetsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists the ARNs of the assessment targets within this AWS account.
listAssessmentTargetsAsync(ListAssessmentTargetsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
listAssessmentTargetsAsync(ListAssessmentTargetsRequest, AsyncHandler<ListAssessmentTargetsRequest, ListAssessmentTargetsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
ListAssessmentTargetsRequest - Class in com.amazonaws.services.inspector.model
 
ListAssessmentTargetsRequest() - Constructor for class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
 
ListAssessmentTargetsResult - Class in com.amazonaws.services.inspector.model
 
ListAssessmentTargetsResult() - Constructor for class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
 
listAssessmentTemplates(ListAssessmentTemplatesRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
listAssessmentTemplates(ListAssessmentTemplatesRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
listAssessmentTemplates(ListAssessmentTemplatesRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
listAssessmentTemplatesAsync(ListAssessmentTemplatesRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listAssessmentTemplatesAsync(ListAssessmentTemplatesRequest, AsyncHandler<ListAssessmentTemplatesRequest, ListAssessmentTemplatesResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listAssessmentTemplatesAsync(ListAssessmentTemplatesRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
listAssessmentTemplatesAsync(ListAssessmentTemplatesRequest, AsyncHandler<ListAssessmentTemplatesRequest, ListAssessmentTemplatesResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
listAssessmentTemplatesAsync(ListAssessmentTemplatesRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
listAssessmentTemplatesAsync(ListAssessmentTemplatesRequest, AsyncHandler<ListAssessmentTemplatesRequest, ListAssessmentTemplatesResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
ListAssessmentTemplatesRequest - Class in com.amazonaws.services.inspector.model
 
ListAssessmentTemplatesRequest() - Constructor for class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
 
ListAssessmentTemplatesResult - Class in com.amazonaws.services.inspector.model
 
ListAssessmentTemplatesResult() - Constructor for class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
 
listEventSubscriptions(ListEventSubscriptionsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
listEventSubscriptions(ListEventSubscriptionsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.
listEventSubscriptions(ListEventSubscriptionsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.
listEventSubscriptionsAsync(ListEventSubscriptionsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listEventSubscriptionsAsync(ListEventSubscriptionsRequest, AsyncHandler<ListEventSubscriptionsRequest, ListEventSubscriptionsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listEventSubscriptionsAsync(ListEventSubscriptionsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.
listEventSubscriptionsAsync(ListEventSubscriptionsRequest, AsyncHandler<ListEventSubscriptionsRequest, ListEventSubscriptionsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.
listEventSubscriptionsAsync(ListEventSubscriptionsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
listEventSubscriptionsAsync(ListEventSubscriptionsRequest, AsyncHandler<ListEventSubscriptionsRequest, ListEventSubscriptionsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
ListEventSubscriptionsRequest - Class in com.amazonaws.services.inspector.model
 
ListEventSubscriptionsRequest() - Constructor for class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
 
ListEventSubscriptionsResult - Class in com.amazonaws.services.inspector.model
 
ListEventSubscriptionsResult() - Constructor for class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
 
listFindings(ListFindingsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
listFindings(ListFindingsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
listFindings(ListFindingsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
listFindingsAsync(ListFindingsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listFindingsAsync(ListFindingsRequest, AsyncHandler<ListFindingsRequest, ListFindingsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listFindingsAsync(ListFindingsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
listFindingsAsync(ListFindingsRequest, AsyncHandler<ListFindingsRequest, ListFindingsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.
listFindingsAsync(ListFindingsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
listFindingsAsync(ListFindingsRequest, AsyncHandler<ListFindingsRequest, ListFindingsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
ListFindingsRequest - Class in com.amazonaws.services.inspector.model
 
ListFindingsRequest() - Constructor for class com.amazonaws.services.inspector.model.ListFindingsRequest
 
ListFindingsResult - Class in com.amazonaws.services.inspector.model
 
ListFindingsResult() - Constructor for class com.amazonaws.services.inspector.model.ListFindingsResult
 
listRulesPackages(ListRulesPackagesRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
listRulesPackages(ListRulesPackagesRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Lists all available Amazon Inspector rules packages.
listRulesPackages(ListRulesPackagesRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Lists all available Amazon Inspector rules packages.
listRulesPackagesAsync(ListRulesPackagesRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listRulesPackagesAsync(ListRulesPackagesRequest, AsyncHandler<ListRulesPackagesRequest, ListRulesPackagesResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listRulesPackagesAsync(ListRulesPackagesRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists all available Amazon Inspector rules packages.
listRulesPackagesAsync(ListRulesPackagesRequest, AsyncHandler<ListRulesPackagesRequest, ListRulesPackagesResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists all available Amazon Inspector rules packages.
listRulesPackagesAsync(ListRulesPackagesRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
listRulesPackagesAsync(ListRulesPackagesRequest, AsyncHandler<ListRulesPackagesRequest, ListRulesPackagesResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
ListRulesPackagesRequest - Class in com.amazonaws.services.inspector.model
 
ListRulesPackagesRequest() - Constructor for class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
 
ListRulesPackagesResult - Class in com.amazonaws.services.inspector.model
 
ListRulesPackagesResult() - Constructor for class com.amazonaws.services.inspector.model.ListRulesPackagesResult
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Lists all tags associated with an assessment template.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Lists all tags associated with an assessment template.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists all tags associated with an assessment template.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Lists all tags associated with an assessment template.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.inspector.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.inspector.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.inspector.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.inspector.model.ListTagsForResourceResult
 
Locale - Enum in com.amazonaws.services.inspector.model
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AgentFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AgentPreview
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssessmentTargetFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.Attribute
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.DurationRange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.EventSubscription
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.Finding
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.FindingFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.ResourceGroup
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.RulesPackage
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.Subscription
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.Tag
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.inspector.model.TimestampRange
 

N

NoSuchEntityErrorCode - Enum in com.amazonaws.services.inspector.model
 
NoSuchEntityException - Exception in com.amazonaws.services.inspector.model
The request was rejected because it referenced an entity that does not exist.
NoSuchEntityException(String) - Constructor for exception com.amazonaws.services.inspector.model.NoSuchEntityException
Constructs a new NoSuchEntityException with the specified error message.

P

previewAgents(PreviewAgentsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
previewAgents(PreviewAgentsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
previewAgents(PreviewAgentsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
previewAgentsAsync(PreviewAgentsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
previewAgentsAsync(PreviewAgentsRequest, AsyncHandler<PreviewAgentsRequest, PreviewAgentsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
previewAgentsAsync(PreviewAgentsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
previewAgentsAsync(PreviewAgentsRequest, AsyncHandler<PreviewAgentsRequest, PreviewAgentsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
previewAgentsAsync(PreviewAgentsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
previewAgentsAsync(PreviewAgentsRequest, AsyncHandler<PreviewAgentsRequest, PreviewAgentsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
PreviewAgentsRequest - Class in com.amazonaws.services.inspector.model
 
PreviewAgentsRequest() - Constructor for class com.amazonaws.services.inspector.model.PreviewAgentsRequest
 
PreviewAgentsResult - Class in com.amazonaws.services.inspector.model
 
PreviewAgentsResult() - Constructor for class com.amazonaws.services.inspector.model.PreviewAgentsResult
 

R

registerCrossAccountAccessRole(RegisterCrossAccountAccessRoleRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
registerCrossAccountAccessRole(RegisterCrossAccountAccessRoleRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.
registerCrossAccountAccessRole(RegisterCrossAccountAccessRoleRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.
registerCrossAccountAccessRoleAsync(RegisterCrossAccountAccessRoleRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
registerCrossAccountAccessRoleAsync(RegisterCrossAccountAccessRoleRequest, AsyncHandler<RegisterCrossAccountAccessRoleRequest, RegisterCrossAccountAccessRoleResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
registerCrossAccountAccessRoleAsync(RegisterCrossAccountAccessRoleRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.
registerCrossAccountAccessRoleAsync(RegisterCrossAccountAccessRoleRequest, AsyncHandler<RegisterCrossAccountAccessRoleRequest, RegisterCrossAccountAccessRoleResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.
registerCrossAccountAccessRoleAsync(RegisterCrossAccountAccessRoleRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
registerCrossAccountAccessRoleAsync(RegisterCrossAccountAccessRoleRequest, AsyncHandler<RegisterCrossAccountAccessRoleRequest, RegisterCrossAccountAccessRoleResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
RegisterCrossAccountAccessRoleRequest - Class in com.amazonaws.services.inspector.model
 
RegisterCrossAccountAccessRoleRequest() - Constructor for class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleRequest
 
RegisterCrossAccountAccessRoleResult - Class in com.amazonaws.services.inspector.model
 
RegisterCrossAccountAccessRoleResult() - Constructor for class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleResult
 
removeAttributesFromFindings(RemoveAttributesFromFindingsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
removeAttributesFromFindings(RemoveAttributesFromFindingsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.
removeAttributesFromFindings(RemoveAttributesFromFindingsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.
removeAttributesFromFindingsAsync(RemoveAttributesFromFindingsRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
removeAttributesFromFindingsAsync(RemoveAttributesFromFindingsRequest, AsyncHandler<RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
removeAttributesFromFindingsAsync(RemoveAttributesFromFindingsRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.
removeAttributesFromFindingsAsync(RemoveAttributesFromFindingsRequest, AsyncHandler<RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.
removeAttributesFromFindingsAsync(RemoveAttributesFromFindingsRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
removeAttributesFromFindingsAsync(RemoveAttributesFromFindingsRequest, AsyncHandler<RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
RemoveAttributesFromFindingsRequest - Class in com.amazonaws.services.inspector.model
 
RemoveAttributesFromFindingsRequest() - Constructor for class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
 
RemoveAttributesFromFindingsResult - Class in com.amazonaws.services.inspector.model
 
RemoveAttributesFromFindingsResult() - Constructor for class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
 
ReportFileFormat - Enum in com.amazonaws.services.inspector.model
 
ReportStatus - Enum in com.amazonaws.services.inspector.model
 
ReportType - Enum in com.amazonaws.services.inspector.model
 
ResourceGroup - Class in com.amazonaws.services.inspector.model
Contains information about a resource group.
ResourceGroup() - Constructor for class com.amazonaws.services.inspector.model.ResourceGroup
 
ResourceGroupTag - Class in com.amazonaws.services.inspector.model
This data type is used as one of the elements of the ResourceGroup data type.
ResourceGroupTag() - Constructor for class com.amazonaws.services.inspector.model.ResourceGroupTag
 
RulesPackage - Class in com.amazonaws.services.inspector.model
Contains information about an Amazon Inspector rules package.
RulesPackage() - Constructor for class com.amazonaws.services.inspector.model.RulesPackage
 

S

setAgentHealth(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The current health state of the agent.
setAgentHealth(AgentHealth) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The current health state of the agent.
setAgentHealthCode(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The detailed health state of the agent.
setAgentHealthCode(AgentHealthCode) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The detailed health state of the agent.
setAgentHealthCodes(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AgentFilter
The detailed health state of the agent.
setAgentHealthDetails(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The description for the agent health code.
setAgentHealths(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AgentFilter
The current health state of the agent.
setAgentId(String) - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
setAgentId(String) - Method in class com.amazonaws.services.inspector.model.AgentPreview
The ID of the EC2 instance where the agent is installed.
setAgentId(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The AWS account of the EC2 instance where the agent is installed.
setAgentId(String) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The ID of the agent that is installed on the EC2 instance where the finding is generated.
setAgentIds(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type.
setAgentPreviews(Collection<AgentPreview>) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
The resulting list of agents.
setAgents(Collection<AgentAlreadyRunningAssessment>) - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException

setAgentsTruncated(Boolean) - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException

setAmiId(String) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.
setArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The ARN of the assessment run.
setArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The ARN that specifies the Amazon Inspector assessment target.
setArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The ARN of the assessment template.
setArn(String) - Method in class com.amazonaws.services.inspector.model.Finding
The ARN that specifies the finding.
setArn(String) - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The ARN of the resource group.
setArn(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The ARN of the rules package.
setAssessmentRunAgents(Collection<AssessmentRunAgent>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
A list of ARNs that specifies the agents returned by the action.
setAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
The ARN of the assessment run that has already been started.
setAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The ARN of the assessment run that is associated with the agent.
setAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunRequest
The ARN that specifies the assessment run that you want to delete.
setAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
The ARN that specifies the assessment run for which you want to generate a report.
setAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataRequest
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
setAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
The ARN of the assessment run during which the finding is generated.
setAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
The ARN that specifies the assessment run whose agents you want to list.
setAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunResult
The ARN of the assessment run that has been started.
setAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
The ARN of the assessment run that you want to stop.
setAssessmentRunArns(Collection<String>) - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
The ARNs of the assessment runs that are currently in progress.
setAssessmentRunArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsRequest
The ARN that specifies the assessment run that you want to describe.
setAssessmentRunArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
A list of ARNs that specifies the assessment runs that are returned by the action.
setAssessmentRunArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
The ARNs of the assessment runs that generate the findings that you want to list.
setAssessmentRunArnsTruncated(Boolean) - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
Boolean value that indicates whether the ARN list of the assessment runs is truncated.
setAssessmentRunName(String) - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
You can specify the name for the assessment run.
setAssessmentRuns(Collection<AssessmentRun>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
Information about the assessment run.
setAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The ARN of the assessment target that corresponds to this assessment template.
setAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetResult
The ARN that specifies the assessment target that is created.
setAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The ARN that specifies the assessment target for which you want to create the assessment template.
setAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetRequest
The ARN that specifies the assessment target that you want to delete.
setAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
The ARN of the assessment target that you want to update.
setAssessmentTargetArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsRequest
The ARNs that specifies the assessment targets that you want to describe.
setAssessmentTargetArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
A list of ARNs that specifies the assessment targets that are returned by the action.
setAssessmentTargetArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
A list of ARNs that specifies the assessment targets whose assessment templates you want to list.
setAssessmentTargetName(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
The user-defined name that identifies the assessment target that you want to create.
setAssessmentTargetName(String) - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
The name of the assessment target that you want to update.
setAssessmentTargetNamePattern(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTargetFilter
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
setAssessmentTargets(Collection<AssessmentTarget>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
Information about the assessment targets.
setAssessmentTemplateArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The ARN of the assessment template that is associated with the assessment run.
setAssessmentTemplateArn(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateResult
The ARN that specifies the assessment template that is created.
setAssessmentTemplateArn(String) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateRequest
The ARN that specifies the assessment template that you want to delete.
setAssessmentTemplateArn(String) - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
The ARN of the assessment template of the assessment run that you want to start.
setAssessmentTemplateArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesRequest
 
setAssessmentTemplateArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
The ARNs that specify the assessment templates whose assessment runs you want to list.
setAssessmentTemplateArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
A list of ARNs that specifies the assessment templates returned by the action.
setAssessmentTemplateName(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The user-defined name that identifies the assessment template that you want to create.
setAssessmentTemplates(Collection<AssessmentTemplate>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
Information about the assessment templates.
setAssetAttributes(AssetAttributes) - Method in class com.amazonaws.services.inspector.model.Finding
A collection of attributes of the host from which the finding is generated.
setAssetType(String) - Method in class com.amazonaws.services.inspector.model.Finding
The type of the host from which the finding is generated.
setAssetType(AssetType) - Method in class com.amazonaws.services.inspector.model.Finding
The type of the host from which the finding is generated.
setAttributeKeys(Collection<String>) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
The array of attribute keys that you want to remove from specified findings.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
The array of attributes that you want to assign to specified findings.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.Finding
The system-defined attributes for the finding.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type.
setAutoScalingGroup(String) - Method in class com.amazonaws.services.inspector.model.AgentPreview
The Auto Scaling group for the EC2 instance where the agent is installed.
setAutoScalingGroup(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
setAutoScalingGroup(String) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The Auto Scaling group of the EC2 instance where the finding is generated.
setAutoScalingGroups(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type.
setBeginDate(Date) - Method in class com.amazonaws.services.inspector.model.TimestampRange
The minimum value of the timestamp range.
setCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.AccessDeniedException
You can immediately retry your request.
setCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException
You can immediately retry your request.
setCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
You can immediately retry your request.
setCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.InternalException
You can immediately retry your request.
setCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
You can immediately retry your request.
setCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.InvalidInputException
You can immediately retry your request.
setCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.LimitExceededException
You can immediately retry your request.
setCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.NoSuchEntityException
You can immediately retry your request.
setCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.UnsupportedFeatureException
 
setCompletedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The assessment run completion time that corresponds to the rules packages evaluation completion time or failure.
setCompletionTimeRange(TimestampRange) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the completedAt property of the AssessmentRun data type.
setConfidence(Integer) - Method in class com.amazonaws.services.inspector.model.Finding
This data element is currently not used.
setCount(Long) - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
The count of messages that the agent sends to the Amazon Inspector service.
setCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The time when StartAssessmentRun was called.
setCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The time at which the assessment target is created.
setCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The time at which the assessment template is created.
setCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.Finding
The time when the finding was generated.
setCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The time at which resource group is created.
setCreationTimeRange(TimestampRange) - Method in class com.amazonaws.services.inspector.model.FindingFilter
The time range during which the finding is generated.
setDataCollected(Boolean) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A Boolean value (true or false) that specifies whether the process of collecting data from the agents is completed.
setDataSize(Long) - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
The data size of messages that the agent sends to the Amazon Inspector service.
setDate(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The date of the notification.
setDescription(String) - Method in class com.amazonaws.services.inspector.model.Finding
The description of the finding.
setDescription(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The description of the rules package.
setDurationInSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The duration of the assessment run.
setDurationInSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The duration in seconds specified for this assessment tempate.
setDurationInSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The duration of the assessment run in seconds.
setDurationRange(DurationRange) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentRun data type.
setDurationRange(DurationRange) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate data type.
setEndDate(Date) - Method in class com.amazonaws.services.inspector.model.TimestampRange
The maximum value of the timestamp range.
setEndpoint(String) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
setEndpoint(String) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setError(Boolean) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The Boolean value that specifies whether the notification represents an error.
setEvent(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The event for which a notification is sent.
setEvent(InspectorEvent) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The event for which a notification is sent.
setEvent(String) - Method in class com.amazonaws.services.inspector.model.EventSubscription
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
setEvent(InspectorEvent) - Method in class com.amazonaws.services.inspector.model.EventSubscription
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
setEvent(String) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The event for which you want to receive SNS notifications.
setEvent(InspectorEvent) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The event for which you want to receive SNS notifications.
setEvent(String) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The event for which you want to stop receiving SNS notifications.
setEvent(InspectorEvent) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The event for which you want to stop receiving SNS notifications.
setEventSubscriptions(Collection<EventSubscription>) - Method in class com.amazonaws.services.inspector.model.Subscription
The list of existing event subscriptions.
setFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
Attribute details that cannot be described.
setFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
Assessment run details that cannot be described.
setFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
Assessment target details that cannot be described.
setFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
Assessment template details that cannot be described.
setFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
Finding details that cannot be described.
setFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
Resource group details that cannot be described.
setFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
Rules package details that cannot be described.
setFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
Attributes details that cannot be described.
setFailureCode(String) - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
The status code of a failed item.
setFailureCode(FailedItemErrorCode) - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
The status code of a failed item.
setFilter(AgentFilter) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
setFilter(AssessmentRunFilter) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
setFilter(AssessmentTargetFilter) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
setFilter(AssessmentTemplateFilter) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
You can use this parameter to specify a subset of data to be included in the action's response.
setFilter(FindingFilter) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
setFindingArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
The ARNs that specify the findings that you want to assign attributes to.
setFindingArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
The ARN that specifies the finding that you want to describe.
setFindingArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
A list of ARNs that specifies the findings returned by the action.
setFindingArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
The ARNs that specify the findings that you want to remove attributes from.
setFindingCounts(Map<String, Integer>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
Provides a total count of generated findings per severity.
setFindings(Collection<Finding>) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
Information about the finding.
setHostname(String) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The hostname of the EC2 instance where the finding is generated.
setId(String) - Method in class com.amazonaws.services.inspector.model.Finding
The ID of the finding.
setIndicatorOfCompromise(Boolean) - Method in class com.amazonaws.services.inspector.model.Finding
This data element is currently not used.
setInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.AccessDeniedException
Code that indicates the type of error that is generated.
setInspectorErrorCode(AccessDeniedErrorCode) - Method in exception com.amazonaws.services.inspector.model.AccessDeniedException
Code that indicates the type of error that is generated.
setInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
Code that indicates the type of error that is generated.
setInspectorErrorCode(InvalidCrossAccountRoleErrorCode) - Method in exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
Code that indicates the type of error that is generated.
setInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.InvalidInputException
Code that indicates the type of error that is generated.
setInspectorErrorCode(InvalidInputErrorCode) - Method in exception com.amazonaws.services.inspector.model.InvalidInputException
Code that indicates the type of error that is generated.
setInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.LimitExceededException
Code that indicates the type of error that is generated.
setInspectorErrorCode(LimitExceededErrorCode) - Method in exception com.amazonaws.services.inspector.model.LimitExceededException
Code that indicates the type of error that is generated.
setInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.NoSuchEntityException
Code that indicates the type of error that is generated.
setInspectorErrorCode(NoSuchEntityErrorCode) - Method in exception com.amazonaws.services.inspector.model.NoSuchEntityException
Code that indicates the type of error that is generated.
setIpv4Addresses(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The list of IP v4 addresses of the EC2 instance where the finding is generated.
setKey(String) - Method in class com.amazonaws.services.inspector.model.Attribute
The attribute key.
setKey(String) - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
A tag key.
setKey(String) - Method in class com.amazonaws.services.inspector.model.Tag
A tag key.
setLocale(String) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
setLocale(Locale) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
setLocale(String) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
The locale that you want to translate a rules package description into.
setLocale(Locale) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
The locale that you want to translate a rules package description into.
setMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
You can use this parameter to indicate the maximum number of items that you want in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
You can use this parameter to indicate the maximum number of items that you want in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
You can use this parameter to indicate the maximum number of items you want in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
You can use this parameter to indicate the maximum number of items you want in the response.
setMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
setMaxSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.DurationRange
The maximum value of the duration range.
setMessage(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The message included in the notification.
setMessageType(String) - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
A specific type of behavioral data that is collected by the agent.
setMinSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.DurationRange
The minimum value of the duration range.
setName(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The auto-generated name for the assessment run.
setName(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The name of the Amazon Inspector assessment target.
setName(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The name of the assessment template.
setName(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The name of the rules package.
setNamePattern(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, an explicit value or a string containing a wildcard that is specified for this data type property must match the value of the assessmentRunName property of the AssessmentRun data type.
setNamePattern(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate data type.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
You can use this parameter when paginating results.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
You can use this parameter when paginating results.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
You can use this parameter when paginating results.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
You can use this parameter when paginating results.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
You can use this parameter when paginating results.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
You can use this parameter when paginating results.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
You can use this parameter when paginating results.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
You can use this parameter when paginating results.
setNextToken(String) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
setNotifications(Collection<AssessmentRunNotification>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A list of notifications for the event subscriptions.
setNumericSeverity(Double) - Method in class com.amazonaws.services.inspector.model.Finding
The numeric value of the finding severity.
setPreviewAgentsArn(String) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
The ARN of the assessment target whose agents you want to preview.
setProvider(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The provider of the rules package.
setRecommendation(String) - Method in class com.amazonaws.services.inspector.model.Finding
The recommendation for the finding.
setRegion(Region) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
setRegion(Region) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Deprecated.
use AwsClientBuilder#setRegion(String)
setRegisteredAt(Date) - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
The date when the cross-account access role was registered.
setReportFileFormat(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the file format (html or pdf) of the assessment report that you want to generate.
setReportFileFormat(ReportFileFormat) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the file format (html or pdf) of the assessment report that you want to generate.
setReportType(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the type of the assessment report that you want to generate.
setReportType(ReportType) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the type of the assessment report that you want to generate.
setResourceArn(String) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
The ARN of the assessment template for which you want to list the existing event subscriptions.
setResourceArn(String) - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceRequest
The ARN that specifies the assessment template whose tags you want to list.
setResourceArn(String) - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
The ARN of the assessment template that you want to set tags to.
setResourceArn(String) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.
setResourceArn(String) - Method in class com.amazonaws.services.inspector.model.Subscription
The ARN of the assessment template that is used during the event for which the SNS notification is sent.
setResourceArn(String) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
setResourceGroupArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The ARN that specifies the resource group that is associated with the assessment target.
setResourceGroupArn(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
The ARN that specifies the resource group that is used to create the assessment target.
setResourceGroupArn(String) - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupResult
The ARN that specifies the resource group that is created.
setResourceGroupArn(String) - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
setResourceGroupArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsRequest
The ARN that specifies the resource group that you want to describe.
setResourceGroups(Collection<ResourceGroup>) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
Information about a resource group.
setResourceGroupTags(Collection<ResourceGroupTag>) - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupRequest
A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
setRetryable(Boolean) - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
Indicates whether you can immediately retry a request for this item for a specified resource.
setRoleArn(String) - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.
setRoleArn(String) - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleRequest
The ARN of the IAM role that Amazon Inspector uses to list your EC2 instances during the assessment run or when you call the PreviewAgents action.
setRuleNames(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type.
setRulesPackageArn(String) - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
The ARN of the rules package that is used to generate the finding.
setRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The rules packages selected for the assessment run.
setRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the rulesPackages property of the AssessmentRun data type.
setRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The rules packages that are specified for this assessment template.
setRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
setRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The ARNs that specify the rules packages that you want to attach to the assessment template.
setRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
The ARN that specifies the rules package that you want to describe.
setRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type.
setRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
The list of ARNs that specifies the rules packages returned by the action.
setRulesPackages(Collection<RulesPackage>) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
Information about the rules package.
setSchemaVersion(Integer) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The schema version of this data type.
setSchemaVersion(Integer) - Method in class com.amazonaws.services.inspector.model.Finding
The schema version of this data type.
setSchemaVersion(Integer) - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
The schema version of this data type.
setService(String) - Method in class com.amazonaws.services.inspector.model.Finding
The data element is set to "Inspector".
setServiceAttributes(InspectorServiceAttributes) - Method in class com.amazonaws.services.inspector.model.Finding
This data type is used in the Finding data type.
setSeverities(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.
setSeverity(String) - Method in class com.amazonaws.services.inspector.model.Finding
The finding severity.
setSeverity(Severity) - Method in class com.amazonaws.services.inspector.model.Finding
The finding severity.
setSnsPublishStatusCode(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The status code of the SNS notification.
setSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The status code of the SNS notification.
setSnsTopicArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The SNS topic to which the SNS notification is sent.
setStartedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The time when StartAssessmentRun was called.
setStartTimeRange(TimestampRange) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the startTime property of the AssessmentRun data type.
setState(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The state of the assessment run.
setState(AssessmentRunState) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The state of the assessment run.
setState(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
The assessment run state.
setState(AssessmentRunState) - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
The assessment run state.
setStateChangedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The last time when the assessment run's state changed.
setStateChangedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
The last time the assessment run state changed.
setStateChanges(Collection<AssessmentRunStateChange>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A list of the assessment run state changes.
setStateChangeTimeRange(TimestampRange) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must match the stateChangedAt property of the AssessmentRun data type.
setStates(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.
setStatus(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
Specifies the status of the request to generate an assessment report.
setStatus(ReportStatus) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
Specifies the status of the request to generate an assessment report.
setStopAction(String) - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
setSubscribedAt(Date) - Method in class com.amazonaws.services.inspector.model.EventSubscription
The time at which SubscribeToEvent is called.
setSubscriptions(Collection<Subscription>) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
Details of the returned event subscriptions.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceResult
A collection of key and value pairs.
setTags(Collection<ResourceGroupTag>) - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The tags (key and value pairs) of the resource group.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
A collection of key and value pairs that you want to set to the assessment template.
setTagsForResource(SetTagsForResourceRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
setTagsForResource(SetTagsForResourceRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
setTagsForResource(SetTagsForResourceRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
setTagsForResourceAsync(SetTagsForResourceRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
setTagsForResourceAsync(SetTagsForResourceRequest, AsyncHandler<SetTagsForResourceRequest, SetTagsForResourceResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
setTagsForResourceAsync(SetTagsForResourceRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
setTagsForResourceAsync(SetTagsForResourceRequest, AsyncHandler<SetTagsForResourceRequest, SetTagsForResourceResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
setTagsForResourceAsync(SetTagsForResourceRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
setTagsForResourceAsync(SetTagsForResourceRequest, AsyncHandler<SetTagsForResourceRequest, SetTagsForResourceResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
SetTagsForResourceRequest - Class in com.amazonaws.services.inspector.model
 
SetTagsForResourceRequest() - Constructor for class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
 
SetTagsForResourceResult - Class in com.amazonaws.services.inspector.model
 
SetTagsForResourceResult() - Constructor for class com.amazonaws.services.inspector.model.SetTagsForResourceResult
 
setTelemetryMetadata(Collection<TelemetryMetadata>) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The Amazon Inspector application data metrics that are collected by the agent.
setTelemetryMetadata(Collection<TelemetryMetadata>) - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataResult
Telemetry details.
setTitle(String) - Method in class com.amazonaws.services.inspector.model.Finding
The name of the finding.
setTopicArn(String) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The ARN of the SNS topic to which the SNS notifications are sent.
setTopicArn(String) - Method in class com.amazonaws.services.inspector.model.Subscription
The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.
setTopicArn(String) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The ARN of the SNS topic to which SNS notifications are sent.
setUpdatedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The time at which UpdateAssessmentTarget is called.
setUpdatedAt(Date) - Method in class com.amazonaws.services.inspector.model.Finding
The time when AddAttributesToFindings is called.
setUrl(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
Specifies the URL where you can find the generated assessment report.
setUserAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.Finding
The user-defined attributes that are assigned to the finding.
setUserAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type.
setUserAttributesForFindings(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The user-defined attributes that are assigned to every generated finding.
setUserAttributesForFindings(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
setUserAttributesForFindings(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.
setValid(Boolean) - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.
setValue(String) - Method in class com.amazonaws.services.inspector.model.Attribute
The value assigned to the attribute key.
setValue(String) - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
The value assigned to a tag key.
setValue(String) - Method in class com.amazonaws.services.inspector.model.Tag
A value assigned to a tag key.
setVersion(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The version ID of the rules package.
Severity - Enum in com.amazonaws.services.inspector.model
 
shutdown() - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
shutdown() - Method in interface com.amazonaws.services.inspector.AmazonInspector
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.inspector.AmazonInspectorClientBuilder
 
startAssessmentRun(StartAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
startAssessmentRun(StartAssessmentRunRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Starts the assessment run specified by the ARN of the assessment template.
startAssessmentRun(StartAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Starts the assessment run specified by the ARN of the assessment template.
startAssessmentRunAsync(StartAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
startAssessmentRunAsync(StartAssessmentRunRequest, AsyncHandler<StartAssessmentRunRequest, StartAssessmentRunResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
startAssessmentRunAsync(StartAssessmentRunRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Starts the assessment run specified by the ARN of the assessment template.
startAssessmentRunAsync(StartAssessmentRunRequest, AsyncHandler<StartAssessmentRunRequest, StartAssessmentRunResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Starts the assessment run specified by the ARN of the assessment template.
startAssessmentRunAsync(StartAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
startAssessmentRunAsync(StartAssessmentRunRequest, AsyncHandler<StartAssessmentRunRequest, StartAssessmentRunResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
StartAssessmentRunRequest - Class in com.amazonaws.services.inspector.model
 
StartAssessmentRunRequest() - Constructor for class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
 
StartAssessmentRunResult - Class in com.amazonaws.services.inspector.model
 
StartAssessmentRunResult() - Constructor for class com.amazonaws.services.inspector.model.StartAssessmentRunResult
 
StopAction - Enum in com.amazonaws.services.inspector.model
 
stopAssessmentRun(StopAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
stopAssessmentRun(StopAssessmentRunRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Stops the assessment run that is specified by the ARN of the assessment run.
stopAssessmentRun(StopAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Stops the assessment run that is specified by the ARN of the assessment run.
stopAssessmentRunAsync(StopAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
stopAssessmentRunAsync(StopAssessmentRunRequest, AsyncHandler<StopAssessmentRunRequest, StopAssessmentRunResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
stopAssessmentRunAsync(StopAssessmentRunRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Stops the assessment run that is specified by the ARN of the assessment run.
stopAssessmentRunAsync(StopAssessmentRunRequest, AsyncHandler<StopAssessmentRunRequest, StopAssessmentRunResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Stops the assessment run that is specified by the ARN of the assessment run.
stopAssessmentRunAsync(StopAssessmentRunRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
stopAssessmentRunAsync(StopAssessmentRunRequest, AsyncHandler<StopAssessmentRunRequest, StopAssessmentRunResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
StopAssessmentRunRequest - Class in com.amazonaws.services.inspector.model
 
StopAssessmentRunRequest() - Constructor for class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
 
StopAssessmentRunResult - Class in com.amazonaws.services.inspector.model
 
StopAssessmentRunResult() - Constructor for class com.amazonaws.services.inspector.model.StopAssessmentRunResult
 
subscribeToEvent(SubscribeToEventRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
subscribeToEvent(SubscribeToEventRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
subscribeToEvent(SubscribeToEventRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
subscribeToEventAsync(SubscribeToEventRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
subscribeToEventAsync(SubscribeToEventRequest, AsyncHandler<SubscribeToEventRequest, SubscribeToEventResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
subscribeToEventAsync(SubscribeToEventRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
subscribeToEventAsync(SubscribeToEventRequest, AsyncHandler<SubscribeToEventRequest, SubscribeToEventResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
subscribeToEventAsync(SubscribeToEventRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
subscribeToEventAsync(SubscribeToEventRequest, AsyncHandler<SubscribeToEventRequest, SubscribeToEventResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
SubscribeToEventRequest - Class in com.amazonaws.services.inspector.model
 
SubscribeToEventRequest() - Constructor for class com.amazonaws.services.inspector.model.SubscribeToEventRequest
 
SubscribeToEventResult - Class in com.amazonaws.services.inspector.model
 
SubscribeToEventResult() - Constructor for class com.amazonaws.services.inspector.model.SubscribeToEventResult
 
Subscription - Class in com.amazonaws.services.inspector.model
This data type is used as a response element in the ListEventSubscriptions action.
Subscription() - Constructor for class com.amazonaws.services.inspector.model.Subscription
 

T

Tag - Class in com.amazonaws.services.inspector.model
A key and value pair.
Tag() - Constructor for class com.amazonaws.services.inspector.model.Tag
 
TelemetryMetadata - Class in com.amazonaws.services.inspector.model
The metadata about the Amazon Inspector application data metrics collected by the agent.
TelemetryMetadata() - Constructor for class com.amazonaws.services.inspector.model.TelemetryMetadata
 
TimestampRange - Class in com.amazonaws.services.inspector.model
This data type is used in the AssessmentRunFilter data type.
TimestampRange() - Constructor for class com.amazonaws.services.inspector.model.TimestampRange
 
toString() - Method in enum com.amazonaws.services.inspector.model.AccessDeniedErrorCode
 
toString() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AgentFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.AgentHealth
 
toString() - Method in enum com.amazonaws.services.inspector.model.AgentHealthCode
 
toString() - Method in class com.amazonaws.services.inspector.model.AgentPreview
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AssessmentRun
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.AssessmentRunNotificationSnsStatusCode
 
toString() - Method in enum com.amazonaws.services.inspector.model.AssessmentRunState
 
toString() - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AssessmentTargetFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.AssetAttributes
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.AssetType
 
toString() - Method in class com.amazonaws.services.inspector.model.Attribute
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.DurationRange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.EventSubscription
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.FailedItemErrorCode
 
toString() - Method in class com.amazonaws.services.inspector.model.Finding
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.FindingFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.InspectorEvent
 
toString() - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.InvalidCrossAccountRoleErrorCode
 
toString() - Method in enum com.amazonaws.services.inspector.model.InvalidInputErrorCode
 
toString() - Method in enum com.amazonaws.services.inspector.model.LimitExceededErrorCode
 
toString() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.Locale
 
toString() - Method in enum com.amazonaws.services.inspector.model.NoSuchEntityErrorCode
 
toString() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.ReportFileFormat
 
toString() - Method in enum com.amazonaws.services.inspector.model.ReportStatus
 
toString() - Method in enum com.amazonaws.services.inspector.model.ReportType
 
toString() - Method in class com.amazonaws.services.inspector.model.ResourceGroup
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.RulesPackage
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.Severity
 
toString() - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.inspector.model.StopAction
 
toString() - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.SubscribeToEventResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.Subscription
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.Tag
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.TimestampRange
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetResult
Returns a string representation of this object; useful for testing and debugging.

U

unsubscribeFromEvent(UnsubscribeFromEventRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
unsubscribeFromEvent(UnsubscribeFromEventRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
unsubscribeFromEvent(UnsubscribeFromEventRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
unsubscribeFromEventAsync(UnsubscribeFromEventRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
unsubscribeFromEventAsync(UnsubscribeFromEventRequest, AsyncHandler<UnsubscribeFromEventRequest, UnsubscribeFromEventResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
unsubscribeFromEventAsync(UnsubscribeFromEventRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
unsubscribeFromEventAsync(UnsubscribeFromEventRequest, AsyncHandler<UnsubscribeFromEventRequest, UnsubscribeFromEventResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
unsubscribeFromEventAsync(UnsubscribeFromEventRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
unsubscribeFromEventAsync(UnsubscribeFromEventRequest, AsyncHandler<UnsubscribeFromEventRequest, UnsubscribeFromEventResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
UnsubscribeFromEventRequest - Class in com.amazonaws.services.inspector.model
 
UnsubscribeFromEventRequest() - Constructor for class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
 
UnsubscribeFromEventResult - Class in com.amazonaws.services.inspector.model
 
UnsubscribeFromEventResult() - Constructor for class com.amazonaws.services.inspector.model.UnsubscribeFromEventResult
 
UnsupportedFeatureException - Exception in com.amazonaws.services.inspector.model
Used by the GetAssessmentReport API.
UnsupportedFeatureException(String) - Constructor for exception com.amazonaws.services.inspector.model.UnsupportedFeatureException
Constructs a new UnsupportedFeatureException with the specified error message.
updateAssessmentTarget(UpdateAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspector
 
updateAssessmentTarget(UpdateAssessmentTargetRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspector
Updates the assessment target that is specified by the ARN of the assessment target.
updateAssessmentTarget(UpdateAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorClient
Updates the assessment target that is specified by the ARN of the assessment target.
updateAssessmentTargetAsync(UpdateAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
updateAssessmentTargetAsync(UpdateAssessmentTargetRequest, AsyncHandler<UpdateAssessmentTargetRequest, UpdateAssessmentTargetResult>) - Method in class com.amazonaws.services.inspector.AbstractAmazonInspectorAsync
 
updateAssessmentTargetAsync(UpdateAssessmentTargetRequest) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Updates the assessment target that is specified by the ARN of the assessment target.
updateAssessmentTargetAsync(UpdateAssessmentTargetRequest, AsyncHandler<UpdateAssessmentTargetRequest, UpdateAssessmentTargetResult>) - Method in interface com.amazonaws.services.inspector.AmazonInspectorAsync
Updates the assessment target that is specified by the ARN of the assessment target.
updateAssessmentTargetAsync(UpdateAssessmentTargetRequest) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
updateAssessmentTargetAsync(UpdateAssessmentTargetRequest, AsyncHandler<UpdateAssessmentTargetRequest, UpdateAssessmentTargetResult>) - Method in class com.amazonaws.services.inspector.AmazonInspectorAsyncClient
 
UpdateAssessmentTargetRequest - Class in com.amazonaws.services.inspector.model
 
UpdateAssessmentTargetRequest() - Constructor for class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
 
UpdateAssessmentTargetResult - Class in com.amazonaws.services.inspector.model
 
UpdateAssessmentTargetResult() - Constructor for class com.amazonaws.services.inspector.model.UpdateAssessmentTargetResult
 

V

valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.AccessDeniedErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.AgentHealth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.AgentHealthCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.AssessmentRunNotificationSnsStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.AssessmentRunState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.AssetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.FailedItemErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.InspectorEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.InvalidCrossAccountRoleErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.InvalidInputErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.LimitExceededErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.Locale
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.NoSuchEntityErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.ReportFileFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.ReportStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.ReportType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.inspector.model.StopAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.inspector.model.AccessDeniedErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.AgentHealth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.AgentHealthCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.AssessmentRunNotificationSnsStatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.AssessmentRunState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.AssetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.FailedItemErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.InspectorEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.InvalidCrossAccountRoleErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.InvalidInputErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.LimitExceededErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.Locale
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.NoSuchEntityErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.ReportFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.ReportStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.ReportType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.inspector.model.StopAction
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAgentHealth(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The current health state of the agent.
withAgentHealth(AgentHealth) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The current health state of the agent.
withAgentHealthCode(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The detailed health state of the agent.
withAgentHealthCode(AgentHealthCode) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The detailed health state of the agent.
withAgentHealthCodes(String...) - Method in class com.amazonaws.services.inspector.model.AgentFilter
The detailed health state of the agent.
withAgentHealthCodes(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AgentFilter
The detailed health state of the agent.
withAgentHealthCodes(AgentHealthCode...) - Method in class com.amazonaws.services.inspector.model.AgentFilter
The detailed health state of the agent.
withAgentHealthDetails(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The description for the agent health code.
withAgentHealths(String...) - Method in class com.amazonaws.services.inspector.model.AgentFilter
The current health state of the agent.
withAgentHealths(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AgentFilter
The current health state of the agent.
withAgentHealths(AgentHealth...) - Method in class com.amazonaws.services.inspector.model.AgentFilter
The current health state of the agent.
withAgentId(String) - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
ID of the agent that is running on an EC2 instance that is already participating in another started assessment run.
withAgentId(String) - Method in class com.amazonaws.services.inspector.model.AgentPreview
The ID of the EC2 instance where the agent is installed.
withAgentId(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The AWS account of the EC2 instance where the agent is installed.
withAgentId(String) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The ID of the agent that is installed on the EC2 instance where the finding is generated.
withAgentIds(String...) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type.
withAgentIds(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the agentId property of the Finding data type.
withAgentPreviews(AgentPreview...) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
The resulting list of agents.
withAgentPreviews(Collection<AgentPreview>) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
The resulting list of agents.
withAgents(AgentAlreadyRunningAssessment...) - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException

withAgents(Collection<AgentAlreadyRunningAssessment>) - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException

withAgentsTruncated(Boolean) - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException

withAmiId(String) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The ID of the Amazon Machine Image (AMI) that is installed on the EC2 instance where the finding is generated.
withArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The ARN of the assessment run.
withArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The ARN that specifies the Amazon Inspector assessment target.
withArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The ARN of the assessment template.
withArn(String) - Method in class com.amazonaws.services.inspector.model.Finding
The ARN that specifies the finding.
withArn(String) - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The ARN of the resource group.
withArn(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The ARN of the rules package.
withAssessmentRunAgents(AssessmentRunAgent...) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
A list of ARNs that specifies the agents returned by the action.
withAssessmentRunAgents(Collection<AssessmentRunAgent>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
A list of ARNs that specifies the agents returned by the action.
withAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.AgentAlreadyRunningAssessment
The ARN of the assessment run that has already been started.
withAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The ARN of the assessment run that is associated with the agent.
withAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentRunRequest
The ARN that specifies the assessment run that you want to delete.
withAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
The ARN that specifies the assessment run for which you want to generate a report.
withAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataRequest
The ARN that specifies the assessment run that has the telemetry data that you want to obtain.
withAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
The ARN of the assessment run during which the finding is generated.
withAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
The ARN that specifies the assessment run whose agents you want to list.
withAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunResult
The ARN of the assessment run that has been started.
withAssessmentRunArn(String) - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
The ARN of the assessment run that you want to stop.
withAssessmentRunArns(String...) - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
The ARNs of the assessment runs that are currently in progress.
withAssessmentRunArns(Collection<String>) - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
The ARNs of the assessment runs that are currently in progress.
withAssessmentRunArns(String...) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsRequest
The ARN that specifies the assessment run that you want to describe.
withAssessmentRunArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsRequest
The ARN that specifies the assessment run that you want to describe.
withAssessmentRunArns(String...) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
A list of ARNs that specifies the assessment runs that are returned by the action.
withAssessmentRunArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
A list of ARNs that specifies the assessment runs that are returned by the action.
withAssessmentRunArns(String...) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
The ARNs of the assessment runs that generate the findings that you want to list.
withAssessmentRunArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
The ARNs of the assessment runs that generate the findings that you want to list.
withAssessmentRunArnsTruncated(Boolean) - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
Boolean value that indicates whether the ARN list of the assessment runs is truncated.
withAssessmentRunName(String) - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
You can specify the name for the assessment run.
withAssessmentRuns(AssessmentRun...) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
Information about the assessment run.
withAssessmentRuns(Collection<AssessmentRun>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
Information about the assessment run.
withAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The ARN of the assessment target that corresponds to this assessment template.
withAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetResult
The ARN that specifies the assessment target that is created.
withAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The ARN that specifies the assessment target for which you want to create the assessment template.
withAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTargetRequest
The ARN that specifies the assessment target that you want to delete.
withAssessmentTargetArn(String) - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
The ARN of the assessment target that you want to update.
withAssessmentTargetArns(String...) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsRequest
The ARNs that specifies the assessment targets that you want to describe.
withAssessmentTargetArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsRequest
The ARNs that specifies the assessment targets that you want to describe.
withAssessmentTargetArns(String...) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
A list of ARNs that specifies the assessment targets that are returned by the action.
withAssessmentTargetArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
A list of ARNs that specifies the assessment targets that are returned by the action.
withAssessmentTargetArns(String...) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
A list of ARNs that specifies the assessment targets whose assessment templates you want to list.
withAssessmentTargetArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
A list of ARNs that specifies the assessment targets whose assessment templates you want to list.
withAssessmentTargetName(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
The user-defined name that identifies the assessment target that you want to create.
withAssessmentTargetName(String) - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
The name of the assessment target that you want to update.
withAssessmentTargetNamePattern(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTargetFilter
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTargetName property of the AssessmentTarget data type.
withAssessmentTargets(AssessmentTarget...) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
Information about the assessment targets.
withAssessmentTargets(Collection<AssessmentTarget>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
Information about the assessment targets.
withAssessmentTemplateArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The ARN of the assessment template that is associated with the assessment run.
withAssessmentTemplateArn(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateResult
The ARN that specifies the assessment template that is created.
withAssessmentTemplateArn(String) - Method in class com.amazonaws.services.inspector.model.DeleteAssessmentTemplateRequest
The ARN that specifies the assessment template that you want to delete.
withAssessmentTemplateArn(String) - Method in class com.amazonaws.services.inspector.model.StartAssessmentRunRequest
The ARN of the assessment template of the assessment run that you want to start.
withAssessmentTemplateArns(String...) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesRequest
NOTE: This method appends the values to the existing list (if any).
withAssessmentTemplateArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesRequest
 
withAssessmentTemplateArns(String...) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
The ARNs that specify the assessment templates whose assessment runs you want to list.
withAssessmentTemplateArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
The ARNs that specify the assessment templates whose assessment runs you want to list.
withAssessmentTemplateArns(String...) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
A list of ARNs that specifies the assessment templates returned by the action.
withAssessmentTemplateArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
A list of ARNs that specifies the assessment templates returned by the action.
withAssessmentTemplateName(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The user-defined name that identifies the assessment template that you want to create.
withAssessmentTemplates(AssessmentTemplate...) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
Information about the assessment templates.
withAssessmentTemplates(Collection<AssessmentTemplate>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
Information about the assessment templates.
withAssetAttributes(AssetAttributes) - Method in class com.amazonaws.services.inspector.model.Finding
A collection of attributes of the host from which the finding is generated.
withAssetType(String) - Method in class com.amazonaws.services.inspector.model.Finding
The type of the host from which the finding is generated.
withAssetType(AssetType) - Method in class com.amazonaws.services.inspector.model.Finding
The type of the host from which the finding is generated.
withAttributeKeys(String...) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
The array of attribute keys that you want to remove from specified findings.
withAttributeKeys(Collection<String>) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
The array of attribute keys that you want to remove from specified findings.
withAttributes(Attribute...) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
The array of attributes that you want to assign to specified findings.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
The array of attributes that you want to assign to specified findings.
withAttributes(Attribute...) - Method in class com.amazonaws.services.inspector.model.Finding
The system-defined attributes for the finding.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.Finding
The system-defined attributes for the finding.
withAttributes(Attribute...) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, the list of values that are specified for this data type property must be contained in the list of values of the attributes property of the Finding data type.
withAutoScalingGroup(String) - Method in class com.amazonaws.services.inspector.model.AgentPreview
The Auto Scaling group for the EC2 instance where the agent is installed.
withAutoScalingGroup(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The Auto Scaling group of the EC2 instance that is specified by the agent ID.
withAutoScalingGroup(String) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The Auto Scaling group of the EC2 instance where the finding is generated.
withAutoScalingGroups(String...) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type.
withAutoScalingGroups(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the autoScalingGroup property of the Finding data type.
withBeginDate(Date) - Method in class com.amazonaws.services.inspector.model.TimestampRange
The minimum value of the timestamp range.
withCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.AccessDeniedException
You can immediately retry your request.
withCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.AgentsAlreadyRunningAssessmentException
You can immediately retry your request.
withCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.AssessmentRunInProgressException
You can immediately retry your request.
withCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.InternalException
You can immediately retry your request.
withCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
You can immediately retry your request.
withCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.InvalidInputException
You can immediately retry your request.
withCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.LimitExceededException
You can immediately retry your request.
withCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.NoSuchEntityException
You can immediately retry your request.
withCanRetry(Boolean) - Method in exception com.amazonaws.services.inspector.model.UnsupportedFeatureException
 
withCompletedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The assessment run completion time that corresponds to the rules packages evaluation completion time or failure.
withCompletionTimeRange(TimestampRange) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the completedAt property of the AssessmentRun data type.
withConfidence(Integer) - Method in class com.amazonaws.services.inspector.model.Finding
This data element is currently not used.
withCount(Long) - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
The count of messages that the agent sends to the Amazon Inspector service.
withCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The time when StartAssessmentRun was called.
withCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The time at which the assessment target is created.
withCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The time at which the assessment template is created.
withCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.Finding
The time when the finding was generated.
withCreatedAt(Date) - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The time at which resource group is created.
withCreationTimeRange(TimestampRange) - Method in class com.amazonaws.services.inspector.model.FindingFilter
The time range during which the finding is generated.
withDataCollected(Boolean) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A Boolean value (true or false) that specifies whether the process of collecting data from the agents is completed.
withDataSize(Long) - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
The data size of messages that the agent sends to the Amazon Inspector service.
withDate(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The date of the notification.
withDescription(String) - Method in class com.amazonaws.services.inspector.model.Finding
The description of the finding.
withDescription(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The description of the rules package.
withDurationInSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The duration of the assessment run.
withDurationInSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The duration in seconds specified for this assessment tempate.
withDurationInSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The duration of the assessment run in seconds.
withDurationRange(DurationRange) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentRun data type.
withDurationRange(DurationRange) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, the value specified for this data type property must inclusively match any value between the specified minimum and maximum values of the durationInSeconds property of the AssessmentTemplate data type.
withEndDate(Date) - Method in class com.amazonaws.services.inspector.model.TimestampRange
The maximum value of the timestamp range.
withError(Boolean) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The Boolean value that specifies whether the notification represents an error.
withEvent(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The event for which a notification is sent.
withEvent(InspectorEvent) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The event for which a notification is sent.
withEvent(String) - Method in class com.amazonaws.services.inspector.model.EventSubscription
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
withEvent(InspectorEvent) - Method in class com.amazonaws.services.inspector.model.EventSubscription
The event for which Amazon Simple Notification Service (SNS) notifications are sent.
withEvent(String) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The event for which you want to receive SNS notifications.
withEvent(InspectorEvent) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The event for which you want to receive SNS notifications.
withEvent(String) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The event for which you want to stop receiving SNS notifications.
withEvent(InspectorEvent) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The event for which you want to stop receiving SNS notifications.
withEventSubscriptions(EventSubscription...) - Method in class com.amazonaws.services.inspector.model.Subscription
The list of existing event subscriptions.
withEventSubscriptions(Collection<EventSubscription>) - Method in class com.amazonaws.services.inspector.model.Subscription
The list of existing event subscriptions.
withFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsResult
Attribute details that cannot be described.
withFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentRunsResult
Assessment run details that cannot be described.
withFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTargetsResult
Assessment target details that cannot be described.
withFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeAssessmentTemplatesResult
Assessment template details that cannot be described.
withFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
Finding details that cannot be described.
withFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
Resource group details that cannot be described.
withFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
Rules package details that cannot be described.
withFailedItems(Map<String, FailedItemDetails>) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsResult
Attributes details that cannot be described.
withFailureCode(String) - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
The status code of a failed item.
withFailureCode(FailedItemErrorCode) - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
The status code of a failed item.
withFilter(AgentFilter) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
withFilter(AssessmentRunFilter) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
withFilter(AssessmentTargetFilter) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
withFilter(AssessmentTemplateFilter) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
You can use this parameter to specify a subset of data to be included in the action's response.
withFilter(FindingFilter) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
You can use this parameter to specify a subset of data to be included in the action's response.
withFindingArns(String...) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
The ARNs that specify the findings that you want to assign attributes to.
withFindingArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AddAttributesToFindingsRequest
The ARNs that specify the findings that you want to assign attributes to.
withFindingArns(String...) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
The ARN that specifies the finding that you want to describe.
withFindingArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
The ARN that specifies the finding that you want to describe.
withFindingArns(String...) - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
A list of ARNs that specifies the findings returned by the action.
withFindingArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
A list of ARNs that specifies the findings returned by the action.
withFindingArns(String...) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
The ARNs that specify the findings that you want to remove attributes from.
withFindingArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.RemoveAttributesFromFindingsRequest
The ARNs that specify the findings that you want to remove attributes from.
withFindingCounts(Map<String, Integer>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
Provides a total count of generated findings per severity.
withFindings(Finding...) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
Information about the finding.
withFindings(Collection<Finding>) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsResult
Information about the finding.
withHostname(String) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The hostname of the EC2 instance where the finding is generated.
withId(String) - Method in class com.amazonaws.services.inspector.model.Finding
The ID of the finding.
withIndicatorOfCompromise(Boolean) - Method in class com.amazonaws.services.inspector.model.Finding
This data element is currently not used.
withInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.AccessDeniedException
Code that indicates the type of error that is generated.
withInspectorErrorCode(AccessDeniedErrorCode) - Method in exception com.amazonaws.services.inspector.model.AccessDeniedException
Code that indicates the type of error that is generated.
withInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
Code that indicates the type of error that is generated.
withInspectorErrorCode(InvalidCrossAccountRoleErrorCode) - Method in exception com.amazonaws.services.inspector.model.InvalidCrossAccountRoleException
Code that indicates the type of error that is generated.
withInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.InvalidInputException
Code that indicates the type of error that is generated.
withInspectorErrorCode(InvalidInputErrorCode) - Method in exception com.amazonaws.services.inspector.model.InvalidInputException
Code that indicates the type of error that is generated.
withInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.LimitExceededException
Code that indicates the type of error that is generated.
withInspectorErrorCode(LimitExceededErrorCode) - Method in exception com.amazonaws.services.inspector.model.LimitExceededException
Code that indicates the type of error that is generated.
withInspectorErrorCode(String) - Method in exception com.amazonaws.services.inspector.model.NoSuchEntityException
Code that indicates the type of error that is generated.
withInspectorErrorCode(NoSuchEntityErrorCode) - Method in exception com.amazonaws.services.inspector.model.NoSuchEntityException
Code that indicates the type of error that is generated.
withIpv4Addresses(String...) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The list of IP v4 addresses of the EC2 instance where the finding is generated.
withIpv4Addresses(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The list of IP v4 addresses of the EC2 instance where the finding is generated.
withKey(String) - Method in class com.amazonaws.services.inspector.model.Attribute
The attribute key.
withKey(String) - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
A tag key.
withKey(String) - Method in class com.amazonaws.services.inspector.model.Tag
A tag key.
withLocale(String) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
withLocale(Locale) - Method in class com.amazonaws.services.inspector.model.DescribeFindingsRequest
The locale into which you want to translate a finding description, recommendation, and the short description that identifies the finding.
withLocale(String) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
The locale that you want to translate a rules package description into.
withLocale(Locale) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
The locale that you want to translate a rules package description into.
withMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
You can use this parameter to indicate the maximum number of items that you want in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
You can use this parameter to indicate the maximum number of items that you want in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
You can use this parameter to indicate the maximum number of items you want in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
You can use this parameter to indicate the maximum number of items you want in the response.
withMaxResults(Integer) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
You can use this parameter to indicate the maximum number of items you want in the response.
withMaxSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.DurationRange
The maximum value of the duration range.
withMessage(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The message included in the notification.
withMessageType(String) - Method in class com.amazonaws.services.inspector.model.TelemetryMetadata
A specific type of behavioral data that is collected by the agent.
withMinSeconds(Integer) - Method in class com.amazonaws.services.inspector.model.DurationRange
The minimum value of the duration range.
withName(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The auto-generated name for the assessment run.
withName(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The name of the Amazon Inspector assessment target.
withName(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The name of the assessment template.
withName(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The name of the rules package.
withNamePattern(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, an explicit value or a string containing a wildcard that is specified for this data type property must match the value of the assessmentRunName property of the AssessmentRun data type.
withNamePattern(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, an explicit value or a string that contains a wildcard that is specified for this data type property must match the value of the assessmentTemplateName property of the AssessmentTemplate data type.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsRequest
You can use this parameter when paginating results.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunAgentsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsRequest
You can use this parameter when paginating results.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentRunsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsRequest
You can use this parameter when paginating results.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTargetsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesRequest
You can use this parameter when paginating results.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListAssessmentTemplatesResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
You can use this parameter when paginating results.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListFindingsRequest
You can use this parameter when paginating results.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListFindingsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesRequest
You can use this parameter when paginating results.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
You can use this parameter when paginating results.
withNextToken(String) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsResult
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request.
withNotifications(AssessmentRunNotification...) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A list of notifications for the event subscriptions.
withNotifications(Collection<AssessmentRunNotification>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A list of notifications for the event subscriptions.
withNumericSeverity(Double) - Method in class com.amazonaws.services.inspector.model.Finding
The numeric value of the finding severity.
withPreviewAgentsArn(String) - Method in class com.amazonaws.services.inspector.model.PreviewAgentsRequest
The ARN of the assessment target whose agents you want to preview.
withProvider(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The provider of the rules package.
withRecommendation(String) - Method in class com.amazonaws.services.inspector.model.Finding
The recommendation for the finding.
withRegisteredAt(Date) - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
The date when the cross-account access role was registered.
withReportFileFormat(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the file format (html or pdf) of the assessment report that you want to generate.
withReportFileFormat(ReportFileFormat) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the file format (html or pdf) of the assessment report that you want to generate.
withReportType(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the type of the assessment report that you want to generate.
withReportType(ReportType) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportRequest
Specifies the type of the assessment report that you want to generate.
withResourceArn(String) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsRequest
The ARN of the assessment template for which you want to list the existing event subscriptions.
withResourceArn(String) - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceRequest
The ARN that specifies the assessment template whose tags you want to list.
withResourceArn(String) - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
The ARN of the assessment template that you want to set tags to.
withResourceArn(String) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The ARN of the assessment template that is used during the event for which you want to receive SNS notifications.
withResourceArn(String) - Method in class com.amazonaws.services.inspector.model.Subscription
The ARN of the assessment template that is used during the event for which the SNS notification is sent.
withResourceArn(String) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The ARN of the assessment template that is used during the event for which you want to stop receiving SNS notifications.
withResourceGroupArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The ARN that specifies the resource group that is associated with the assessment target.
withResourceGroupArn(String) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTargetRequest
The ARN that specifies the resource group that is used to create the assessment target.
withResourceGroupArn(String) - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupResult
The ARN that specifies the resource group that is created.
withResourceGroupArn(String) - Method in class com.amazonaws.services.inspector.model.UpdateAssessmentTargetRequest
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
withResourceGroupArns(String...) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsRequest
The ARN that specifies the resource group that you want to describe.
withResourceGroupArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsRequest
The ARN that specifies the resource group that you want to describe.
withResourceGroups(ResourceGroup...) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
Information about a resource group.
withResourceGroups(Collection<ResourceGroup>) - Method in class com.amazonaws.services.inspector.model.DescribeResourceGroupsResult
Information about a resource group.
withResourceGroupTags(ResourceGroupTag...) - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupRequest
A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
withResourceGroupTags(Collection<ResourceGroupTag>) - Method in class com.amazonaws.services.inspector.model.CreateResourceGroupRequest
A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
withRetryable(Boolean) - Method in class com.amazonaws.services.inspector.model.FailedItemDetails
Indicates whether you can immediately retry a request for this item for a specified resource.
withRoleArn(String) - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
The ARN that specifies the IAM role that Amazon Inspector uses to access your AWS account.
withRoleArn(String) - Method in class com.amazonaws.services.inspector.model.RegisterCrossAccountAccessRoleRequest
The ARN of the IAM role that Amazon Inspector uses to list your EC2 instances during the assessment run or when you call the PreviewAgents action.
withRuleNames(String...) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type.
withRuleNames(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the ruleName property of the Finding data type.
withRulesPackageArn(String) - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
The ARN of the rules package that is used to generate the finding.
withRulesPackageArns(String...) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The rules packages selected for the assessment run.
withRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The rules packages selected for the assessment run.
withRulesPackageArns(String...) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the rulesPackages property of the AssessmentRun data type.
withRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the rulesPackages property of the AssessmentRun data type.
withRulesPackageArns(String...) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The rules packages that are specified for this assessment template.
withRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The rules packages that are specified for this assessment template.
withRulesPackageArns(String...) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
withRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplateFilter
For a record to match a filter, the values that are specified for this data type property must be contained in the list of values of the rulesPackageArns property of the AssessmentTemplate data type.
withRulesPackageArns(String...) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The ARNs that specify the rules packages that you want to attach to the assessment template.
withRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The ARNs that specify the rules packages that you want to attach to the assessment template.
withRulesPackageArns(String...) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
The ARN that specifies the rules package that you want to describe.
withRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesRequest
The ARN that specifies the rules package that you want to describe.
withRulesPackageArns(String...) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type.
withRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the rulesPackageArn property of the Finding data type.
withRulesPackageArns(String...) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
The list of ARNs that specifies the rules packages returned by the action.
withRulesPackageArns(Collection<String>) - Method in class com.amazonaws.services.inspector.model.ListRulesPackagesResult
The list of ARNs that specifies the rules packages returned by the action.
withRulesPackages(RulesPackage...) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
Information about the rules package.
withRulesPackages(Collection<RulesPackage>) - Method in class com.amazonaws.services.inspector.model.DescribeRulesPackagesResult
Information about the rules package.
withSchemaVersion(Integer) - Method in class com.amazonaws.services.inspector.model.AssetAttributes
The schema version of this data type.
withSchemaVersion(Integer) - Method in class com.amazonaws.services.inspector.model.Finding
The schema version of this data type.
withSchemaVersion(Integer) - Method in class com.amazonaws.services.inspector.model.InspectorServiceAttributes
The schema version of this data type.
withService(String) - Method in class com.amazonaws.services.inspector.model.Finding
The data element is set to "Inspector".
withServiceAttributes(InspectorServiceAttributes) - Method in class com.amazonaws.services.inspector.model.Finding
This data type is used in the Finding data type.
withSeverities(String...) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.
withSeverities(Collection<String>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.
withSeverities(Severity...) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, one of the values that is specified for this data type property must be the exact match of the value of the severity property of the Finding data type.
withSeverity(String) - Method in class com.amazonaws.services.inspector.model.Finding
The finding severity.
withSeverity(Severity) - Method in class com.amazonaws.services.inspector.model.Finding
The finding severity.
withSnsPublishStatusCode(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The status code of the SNS notification.
withSnsPublishStatusCode(AssessmentRunNotificationSnsStatusCode) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The status code of the SNS notification.
withSnsTopicArn(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunNotification
The SNS topic to which the SNS notification is sent.
withStartedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The time when StartAssessmentRun was called.
withStartTimeRange(TimestampRange) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must inclusively match any value between the specified minimum and maximum values of the startTime property of the AssessmentRun data type.
withState(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The state of the assessment run.
withState(AssessmentRunState) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The state of the assessment run.
withState(String) - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
The assessment run state.
withState(AssessmentRunState) - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
The assessment run state.
withStateChangedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The last time when the assessment run's state changed.
withStateChangedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentRunStateChange
The last time the assessment run state changed.
withStateChanges(AssessmentRunStateChange...) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A list of the assessment run state changes.
withStateChanges(Collection<AssessmentRunStateChange>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
A list of the assessment run state changes.
withStateChangeTimeRange(TimestampRange) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, the value that is specified for this data type property must match the stateChangedAt property of the AssessmentRun data type.
withStates(String...) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.
withStates(Collection<String>) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.
withStates(AssessmentRunState...) - Method in class com.amazonaws.services.inspector.model.AssessmentRunFilter
For a record to match a filter, one of the values specified for this data type property must be the exact match of the value of the assessmentRunState property of the AssessmentRun data type.
withStatus(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
Specifies the status of the request to generate an assessment report.
withStatus(ReportStatus) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
Specifies the status of the request to generate an assessment report.
withStopAction(String) - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
withStopAction(StopAction) - Method in class com.amazonaws.services.inspector.model.StopAssessmentRunRequest
An input option that can be set to either START_EVALUATION or SKIP_EVALUATION.
withSubscribedAt(Date) - Method in class com.amazonaws.services.inspector.model.EventSubscription
The time at which SubscribeToEvent is called.
withSubscriptions(Subscription...) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
Details of the returned event subscriptions.
withSubscriptions(Collection<Subscription>) - Method in class com.amazonaws.services.inspector.model.ListEventSubscriptionsResult
Details of the returned event subscriptions.
withTags(Tag...) - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceResult
A collection of key and value pairs.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.inspector.model.ListTagsForResourceResult
A collection of key and value pairs.
withTags(ResourceGroupTag...) - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The tags (key and value pairs) of the resource group.
withTags(Collection<ResourceGroupTag>) - Method in class com.amazonaws.services.inspector.model.ResourceGroup
The tags (key and value pairs) of the resource group.
withTags(Tag...) - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
A collection of key and value pairs that you want to set to the assessment template.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.inspector.model.SetTagsForResourceRequest
A collection of key and value pairs that you want to set to the assessment template.
withTelemetryMetadata(TelemetryMetadata...) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The Amazon Inspector application data metrics that are collected by the agent.
withTelemetryMetadata(Collection<TelemetryMetadata>) - Method in class com.amazonaws.services.inspector.model.AssessmentRunAgent
The Amazon Inspector application data metrics that are collected by the agent.
withTelemetryMetadata(TelemetryMetadata...) - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataResult
Telemetry details.
withTelemetryMetadata(Collection<TelemetryMetadata>) - Method in class com.amazonaws.services.inspector.model.GetTelemetryMetadataResult
Telemetry details.
withTitle(String) - Method in class com.amazonaws.services.inspector.model.Finding
The name of the finding.
withTopicArn(String) - Method in class com.amazonaws.services.inspector.model.SubscribeToEventRequest
The ARN of the SNS topic to which the SNS notifications are sent.
withTopicArn(String) - Method in class com.amazonaws.services.inspector.model.Subscription
The ARN of the Amazon Simple Notification Service (SNS) topic to which the SNS notifications are sent.
withTopicArn(String) - Method in class com.amazonaws.services.inspector.model.UnsubscribeFromEventRequest
The ARN of the SNS topic to which SNS notifications are sent.
withUpdatedAt(Date) - Method in class com.amazonaws.services.inspector.model.AssessmentTarget
The time at which UpdateAssessmentTarget is called.
withUpdatedAt(Date) - Method in class com.amazonaws.services.inspector.model.Finding
The time when AddAttributesToFindings is called.
withUrl(String) - Method in class com.amazonaws.services.inspector.model.GetAssessmentReportResult
Specifies the URL where you can find the generated assessment report.
withUserAttributes(Attribute...) - Method in class com.amazonaws.services.inspector.model.Finding
The user-defined attributes that are assigned to the finding.
withUserAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.Finding
The user-defined attributes that are assigned to the finding.
withUserAttributes(Attribute...) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type.
withUserAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.FindingFilter
For a record to match a filter, the value that is specified for this data type property must be contained in the list of values of the userAttributes property of the Finding data type.
withUserAttributesForFindings(Attribute...) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The user-defined attributes that are assigned to every generated finding.
withUserAttributesForFindings(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.AssessmentRun
The user-defined attributes that are assigned to every generated finding.
withUserAttributesForFindings(Attribute...) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
withUserAttributesForFindings(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.AssessmentTemplate
The user-defined attributes that are assigned to every generated finding from the assessment run that uses this assessment template.
withUserAttributesForFindings(Attribute...) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.
withUserAttributesForFindings(Collection<Attribute>) - Method in class com.amazonaws.services.inspector.model.CreateAssessmentTemplateRequest
The user-defined attributes that are assigned to every finding that is generated by the assessment run that uses this assessment template.
withValid(Boolean) - Method in class com.amazonaws.services.inspector.model.DescribeCrossAccountAccessRoleResult
A Boolean value that specifies whether the IAM role has the necessary policies attached to enable Amazon Inspector to access your AWS account.
withValue(String) - Method in class com.amazonaws.services.inspector.model.Attribute
The value assigned to the attribute key.
withValue(String) - Method in class com.amazonaws.services.inspector.model.ResourceGroupTag
The value assigned to a tag key.
withValue(String) - Method in class com.amazonaws.services.inspector.model.Tag
A value assigned to a tag key.
withVersion(String) - Method in class com.amazonaws.services.inspector.model.RulesPackage
The version ID of the rules package.
A B C D E F G H I L M N P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.