| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateResourceGroupResponse |
InspectorClient.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 CreateResourceGroupResponse |
InspectorClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.