Uses of Class
software.amazon.awssdk.services.inspector.model.CreateResourceGroupResponse
-
Packages that use CreateResourceGroupResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of CreateResourceGroupResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return CreateResourceGroupResponse Modifier and Type Method Description default CreateResourceGroupResponseInspectorClient. createResourceGroup(Consumer<CreateResourceGroupRequest.Builder> createResourceGroupRequest)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.default CreateResourceGroupResponseInspectorClient. createResourceGroup(CreateResourceGroupRequest createResourceGroupRequest)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.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type CreateResourceGroupResponse Modifier and Type Method Description default CompletableFuture<CreateResourceGroupResponse>InspectorAsyncClient. createResourceGroup(Consumer<CreateResourceGroupRequest.Builder> createResourceGroupRequest)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.default CompletableFuture<CreateResourceGroupResponse>InspectorAsyncClient. createResourceGroup(CreateResourceGroupRequest createResourceGroupRequest)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.
-