| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model | |
| software.amazon.awssdk.services.connect.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityProfileSearchSummary> |
SearchSecurityProfilesResponse.securityProfiles()
Information about the security profiles.
|
| Modifier and Type | Method and Description |
|---|---|
SearchSecurityProfilesResponse.Builder |
SearchSecurityProfilesResponse.Builder.securityProfiles(SecurityProfileSearchSummary... securityProfiles)
Information about the security profiles.
|
| Modifier and Type | Method and Description |
|---|---|
SearchSecurityProfilesResponse.Builder |
SearchSecurityProfilesResponse.Builder.securityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)
Information about the security profiles.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SecurityProfileSearchSummary> |
SearchSecurityProfilesIterable.securityProfiles()
Returns an iterable to iterate through the paginated
SearchSecurityProfilesResponse.securityProfiles()
member. |
SdkPublisher<SecurityProfileSearchSummary> |
SearchSecurityProfilesPublisher.securityProfiles()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.