| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAssessmentTargetResponse |
InspectorClient.createAssessmentTarget(Consumer<CreateAssessmentTargetRequest.Builder> createAssessmentTargetRequest)
Creates a new assessment target using the ARN of the resource group that is generated by
CreateResourceGroup.
|
default CreateAssessmentTargetResponse |
InspectorClient.createAssessmentTarget(CreateAssessmentTargetRequest createAssessmentTargetRequest)
Creates a new assessment target using the ARN of the resource group that is generated by
CreateResourceGroup.
|
default PreviewAgentsResponse |
InspectorClient.previewAgents(Consumer<PreviewAgentsRequest.Builder> previewAgentsRequest)
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
|
default PreviewAgentsResponse |
InspectorClient.previewAgents(PreviewAgentsRequest previewAgentsRequest)
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
|
default PreviewAgentsIterable |
InspectorClient.previewAgentsPaginator(Consumer<PreviewAgentsRequest.Builder> previewAgentsRequest)
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
|
default PreviewAgentsIterable |
InspectorClient.previewAgentsPaginator(PreviewAgentsRequest previewAgentsRequest)
Previews the agents installed on the EC2 instances that are part of the specified assessment target.
|
default RegisterCrossAccountAccessRoleResponse |
InspectorClient.registerCrossAccountAccessRole(Consumer<RegisterCrossAccountAccessRoleRequest.Builder> registerCrossAccountAccessRoleRequest)
Registers the IAM role that grants Amazon Inspector access to AWS Services needed to perform security
assessments.
|
default RegisterCrossAccountAccessRoleResponse |
InspectorClient.registerCrossAccountAccessRole(RegisterCrossAccountAccessRoleRequest registerCrossAccountAccessRoleRequest)
Registers the IAM role that grants Amazon Inspector access to AWS Services needed to perform security
assessments.
|
default StartAssessmentRunResponse |
InspectorClient.startAssessmentRun(Consumer<StartAssessmentRunRequest.Builder> startAssessmentRunRequest)
Starts the assessment run specified by the ARN of the assessment template.
|
default StartAssessmentRunResponse |
InspectorClient.startAssessmentRun(StartAssessmentRunRequest startAssessmentRunRequest)
Starts the assessment run specified by the ARN of the assessment template.
|
Copyright © 2023. All rights reserved.