| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityProfile |
SecurityProfile.addAllowedAccessControlTagsEntry(String key,
String value)
Add a single AllowedAccessControlTags entry
|
SecurityProfile |
SecurityProfile.addTagsEntry(String key,
String value)
Add a single Tags entry
|
SecurityProfile |
SecurityProfile.clearAllowedAccessControlTagsEntries()
Removes all the entries added into AllowedAccessControlTags.
|
SecurityProfile |
SecurityProfile.clearTagsEntries()
Removes all the entries added into Tags.
|
SecurityProfile |
SecurityProfile.clone() |
SecurityProfile |
DescribeSecurityProfileResult.getSecurityProfile()
The security profile.
|
SecurityProfile |
SecurityProfile.withAllowedAccessControlHierarchyGroupId(String allowedAccessControlHierarchyGroupId)
The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon
Connect.
|
SecurityProfile |
SecurityProfile.withAllowedAccessControlTags(Map<String,String> allowedAccessControlTags)
The list of tags that a security profile uses to restrict access to resources in Amazon Connect.
|
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.withHierarchyRestrictedResources(Collection<String> hierarchyRestrictedResources)
The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.
|
SecurityProfile |
SecurityProfile.withHierarchyRestrictedResources(String... hierarchyRestrictedResources)
The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.
|
SecurityProfile |
SecurityProfile.withId(String id)
The identifier for the security profile.
|
SecurityProfile |
SecurityProfile.withLastModifiedRegion(String lastModifiedRegion)
The Amazon Web Services Region where this resource was last modified.
|
SecurityProfile |
SecurityProfile.withLastModifiedTime(Date lastModifiedTime)
The timestamp when this resource was last modified.
|
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.withTagRestrictedResources(Collection<String> tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
SecurityProfile |
SecurityProfile.withTagRestrictedResources(String... tagRestrictedResources)
The list of resources that a security profile applies tag restrictions to in Amazon Connect.
|
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 © 2024. All rights reserved.