Uses of Class
software.amazon.awssdk.services.connect.model.SecurityProfileSearchSummary
-
Packages that use SecurityProfileSearchSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of SecurityProfileSearchSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SecurityProfileSearchSummary Modifier and Type Method Description List<SecurityProfileSearchSummary>SearchSecurityProfilesResponse. securityProfiles()Information about the security profiles.Methods in software.amazon.awssdk.services.connect.model with parameters of type SecurityProfileSearchSummary Modifier and Type Method Description SearchSecurityProfilesResponse.BuilderSearchSecurityProfilesResponse.Builder. securityProfiles(SecurityProfileSearchSummary... securityProfiles)Information about the security profiles.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type SecurityProfileSearchSummary Modifier and Type Method Description SearchSecurityProfilesResponse.BuilderSearchSecurityProfilesResponse.Builder. securityProfiles(Collection<SecurityProfileSearchSummary> securityProfiles)Information about the security profiles. -
Uses of SecurityProfileSearchSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type SecurityProfileSearchSummary Modifier and Type Method Description SdkIterable<SecurityProfileSearchSummary>SearchSecurityProfilesIterable. securityProfiles()Returns an iterable to iterate through the paginatedSearchSecurityProfilesResponse.securityProfiles()member.SdkPublisher<SecurityProfileSearchSummary>SearchSecurityProfilesPublisher. securityProfiles()Returns a publisher that can be used to get a stream of data.
-