Uses of Class
software.amazon.awssdk.services.inspector.model.UpdateAssessmentTargetResponse
-
Packages that use UpdateAssessmentTargetResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of UpdateAssessmentTargetResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return UpdateAssessmentTargetResponse Modifier and Type Method Description default UpdateAssessmentTargetResponseInspectorClient. updateAssessmentTarget(Consumer<UpdateAssessmentTargetRequest.Builder> updateAssessmentTargetRequest)Updates the assessment target that is specified by the ARN of the assessment target.default UpdateAssessmentTargetResponseInspectorClient. updateAssessmentTarget(UpdateAssessmentTargetRequest updateAssessmentTargetRequest)Updates the assessment target that is specified by the ARN of the assessment target.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type UpdateAssessmentTargetResponse Modifier and Type Method Description default CompletableFuture<UpdateAssessmentTargetResponse>InspectorAsyncClient. updateAssessmentTarget(Consumer<UpdateAssessmentTargetRequest.Builder> updateAssessmentTargetRequest)Updates the assessment target that is specified by the ARN of the assessment target.default CompletableFuture<UpdateAssessmentTargetResponse>InspectorAsyncClient. updateAssessmentTarget(UpdateAssessmentTargetRequest updateAssessmentTargetRequest)Updates the assessment target that is specified by the ARN of the assessment target.
-