| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
InclusionProtectionFilters |
InclusionProtectionFilters.clone() |
InclusionProtectionFilters |
ListProtectionsRequest.getInclusionFilters()
Narrows the set of protections that the call retrieves.
|
InclusionProtectionFilters |
InclusionProtectionFilters.withProtectionNames(Collection<String> protectionNames)
The name of the protection that you want to retrieve.
|
InclusionProtectionFilters |
InclusionProtectionFilters.withProtectionNames(String... protectionNames)
The name of the protection that you want to retrieve.
|
InclusionProtectionFilters |
InclusionProtectionFilters.withResourceArns(Collection<String> resourceArns)
The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
|
InclusionProtectionFilters |
InclusionProtectionFilters.withResourceArns(String... resourceArns)
The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
|
InclusionProtectionFilters |
InclusionProtectionFilters.withResourceTypes(Collection<String> resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
InclusionProtectionFilters |
InclusionProtectionFilters.withResourceTypes(ProtectedResourceType... resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
InclusionProtectionFilters |
InclusionProtectionFilters.withResourceTypes(String... resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProtectionsRequest.setInclusionFilters(InclusionProtectionFilters inclusionFilters)
Narrows the set of protections that the call retrieves.
|
ListProtectionsRequest |
ListProtectionsRequest.withInclusionFilters(InclusionProtectionFilters inclusionFilters)
Narrows the set of protections that the call retrieves.
|
Copyright © 2022. All rights reserved.