Uses of Class
software.amazon.awssdk.services.inspector.model.DescribeResourceGroupsResponse
-
Packages that use DescribeResourceGroupsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of DescribeResourceGroupsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return DescribeResourceGroupsResponse Modifier and Type Method Description default DescribeResourceGroupsResponseInspectorClient. describeResourceGroups(Consumer<DescribeResourceGroupsRequest.Builder> describeResourceGroupsRequest)Describes the resource groups that are specified by the ARNs of the resource groups.default DescribeResourceGroupsResponseInspectorClient. describeResourceGroups(DescribeResourceGroupsRequest describeResourceGroupsRequest)Describes the resource groups that are specified by the ARNs of the resource groups.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type DescribeResourceGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeResourceGroupsResponse>InspectorAsyncClient. describeResourceGroups(Consumer<DescribeResourceGroupsRequest.Builder> describeResourceGroupsRequest)Describes the resource groups that are specified by the ARNs of the resource groups.default CompletableFuture<DescribeResourceGroupsResponse>InspectorAsyncClient. describeResourceGroups(DescribeResourceGroupsRequest describeResourceGroupsRequest)Describes the resource groups that are specified by the ARNs of the resource groups.
-