Uses of Class
software.amazon.awssdk.services.inspector.model.PreviewAgentsResponse
-
Packages that use PreviewAgentsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.paginators -
-
Uses of PreviewAgentsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return PreviewAgentsResponse Modifier and Type Method Description default PreviewAgentsResponseInspectorClient. previewAgents(Consumer<PreviewAgentsRequest.Builder> previewAgentsRequest)Previews the agents installed on the EC2 instances that are part of the specified assessment target.default PreviewAgentsResponseInspectorClient. previewAgents(PreviewAgentsRequest previewAgentsRequest)Previews the agents installed on the EC2 instances that are part of the specified assessment target.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type PreviewAgentsResponse Modifier and Type Method Description default CompletableFuture<PreviewAgentsResponse>InspectorAsyncClient. previewAgents(Consumer<PreviewAgentsRequest.Builder> previewAgentsRequest)Previews the agents installed on the EC2 instances that are part of the specified assessment target.default CompletableFuture<PreviewAgentsResponse>InspectorAsyncClient. previewAgents(PreviewAgentsRequest previewAgentsRequest)Previews the agents installed on the EC2 instances that are part of the specified assessment target. -
Uses of PreviewAgentsResponse in software.amazon.awssdk.services.inspector.paginators
Methods in software.amazon.awssdk.services.inspector.paginators that return types with arguments of type PreviewAgentsResponse Modifier and Type Method Description Iterator<PreviewAgentsResponse>PreviewAgentsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector.paginators with type arguments of type PreviewAgentsResponse Modifier and Type Method Description voidPreviewAgentsPublisher. subscribe(org.reactivestreams.Subscriber<? super PreviewAgentsResponse> subscriber)
-