| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileSearchSummary |
SecurityProfileSearchSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SecurityProfileSearchSummary |
SecurityProfileSearchSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
SecurityProfileSearchSummary |
SecurityProfileSearchSummary.clone() |
SecurityProfileSearchSummary |
SecurityProfileSearchSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the security profile.
|
SecurityProfileSearchSummary |
SecurityProfileSearchSummary.withDescription(String description)
The description of the security profile.
|
SecurityProfileSearchSummary |
SecurityProfileSearchSummary.withId(String id)
The identifier of the security profile.
|
SecurityProfileSearchSummary |
SecurityProfileSearchSummary.withOrganizationResourceId(String organizationResourceId)
The organization resource identifier.
|
SecurityProfileSearchSummary |
SecurityProfileSearchSummary.withSecurityProfileName(String securityProfileName)
The name of the security profile.
|
SecurityProfileSearchSummary |
SecurityProfileSearchSummary.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityProfileSearchSummary> |
SearchSecurityProfilesResult.getSecurityProfiles()
Information about the security profiles.
|
| Modifier and Type | Method and Description |
|---|---|
SearchSecurityProfilesResult |
SearchSecurityProfilesResult.withSecurityProfiles(SecurityProfileSearchSummary... securityProfiles)
Information about the security profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSecurityProfilesResult.setSecurityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)
Information about the security profiles.
|
SearchSecurityProfilesResult |
SearchSecurityProfilesResult.withSecurityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)
Information about the security profiles.
|
Copyright © 2022. All rights reserved.