| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.clone() |
Application |
Application.withApplicationPermissions(Collection<String> applicationPermissions)
The permissions that the agent is granted on the application.
|
Application |
Application.withApplicationPermissions(String... applicationPermissions)
The permissions that the agent is granted on the application.
|
Application |
Application.withNamespace(String namespace)
Namespace of the application that you want to give access to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
UpdateSecurityProfileRequest.getApplications()
A list of the third-party application's metadata.
|
List<Application> |
ListSecurityProfileApplicationsResult.getApplications()
A list of the third-party application's metadata.
|
List<Application> |
CreateSecurityProfileRequest.getApplications()
A list of third-party applications that the security profile will give access to.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityProfileRequest |
UpdateSecurityProfileRequest.withApplications(Application... applications)
A list of the third-party application's metadata.
|
ListSecurityProfileApplicationsResult |
ListSecurityProfileApplicationsResult.withApplications(Application... applications)
A list of the third-party application's metadata.
|
CreateSecurityProfileRequest |
CreateSecurityProfileRequest.withApplications(Application... applications)
A list of third-party applications that the security profile will give access to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSecurityProfileRequest.setApplications(Collection<Application> applications)
A list of the third-party application's metadata.
|
void |
ListSecurityProfileApplicationsResult.setApplications(Collection<Application> applications)
A list of the third-party application's metadata.
|
void |
CreateSecurityProfileRequest.setApplications(Collection<Application> applications)
A list of third-party applications that the security profile will give access to.
|
UpdateSecurityProfileRequest |
UpdateSecurityProfileRequest.withApplications(Collection<Application> applications)
A list of the third-party application's metadata.
|
ListSecurityProfileApplicationsResult |
ListSecurityProfileApplicationsResult.withApplications(Collection<Application> applications)
A list of the third-party application's metadata.
|
CreateSecurityProfileRequest |
CreateSecurityProfileRequest.withApplications(Collection<Application> applications)
A list of third-party applications that the security profile will give access to.
|
Copyright © 2024. All rights reserved.