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