| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ScannedResource |
ScannedResource.addResourceIdentifierEntry(String key,
String value)
Add a single ResourceIdentifier entry
|
ScannedResource |
ScannedResource.clearResourceIdentifierEntries()
Removes all the entries added into ResourceIdentifier.
|
ScannedResource |
ScannedResource.clone() |
ScannedResource |
ScannedResource.withManagedByStack(Boolean managedByStack)
If
true, the resource is managed by a CloudFormation stack. |
ScannedResource |
ScannedResource.withResourceIdentifier(Map<String,String> resourceIdentifier)
A list of up to 256 key-value pairs that identifies for the scanned resource.
|
ScannedResource |
ScannedResource.withResourceType(String resourceType)
The type of the resource, such as
AWS::DynamoDB::Table. |
| Modifier and Type | Method and Description |
|---|---|
List<ScannedResource> |
ListResourceScanRelatedResourcesResult.getRelatedResources()
List of up to
MaxResults resources in the specified resource scan related to the specified
resources. |
List<ScannedResource> |
ListResourceScanResourcesResult.getResources()
List of up to
MaxResults resources in the specified resource scan that match all of the specified
filters. |
| Modifier and Type | Method and Description |
|---|---|
ListResourceScanRelatedResourcesResult |
ListResourceScanRelatedResourcesResult.withRelatedResources(ScannedResource... relatedResources)
List of up to
MaxResults resources in the specified resource scan related to the specified
resources. |
ListResourceScanResourcesResult |
ListResourceScanResourcesResult.withResources(ScannedResource... resources)
List of up to
MaxResults resources in the specified resource scan that match all of the specified
filters. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceScanRelatedResourcesResult.setRelatedResources(Collection<ScannedResource> relatedResources)
List of up to
MaxResults resources in the specified resource scan related to the specified
resources. |
void |
ListResourceScanResourcesResult.setResources(Collection<ScannedResource> resources)
List of up to
MaxResults resources in the specified resource scan that match all of the specified
filters. |
ListResourceScanRelatedResourcesResult |
ListResourceScanRelatedResourcesResult.withRelatedResources(Collection<ScannedResource> relatedResources)
List of up to
MaxResults resources in the specified resource scan related to the specified
resources. |
ListResourceScanResourcesResult |
ListResourceScanResourcesResult.withResources(Collection<ScannedResource> resources)
List of up to
MaxResults resources in the specified resource scan that match all of the specified
filters. |
Copyright © 2024. All rights reserved.