Uses of Class
software.amazon.awssdk.services.connect.model.SearchSecurityProfilesResponse
-
Packages that use SearchSecurityProfilesResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.paginators -
-
Uses of SearchSecurityProfilesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return SearchSecurityProfilesResponse Modifier and Type Method Description default SearchSecurityProfilesResponseConnectClient. searchSecurityProfiles(Consumer<SearchSecurityProfilesRequest.Builder> searchSecurityProfilesRequest)Searches security profiles in an Amazon Connect instance, with optional filtering.default SearchSecurityProfilesResponseConnectClient. searchSecurityProfiles(SearchSecurityProfilesRequest searchSecurityProfilesRequest)Searches security profiles in an Amazon Connect instance, with optional filtering.Methods in software.amazon.awssdk.services.connect that return types with arguments of type SearchSecurityProfilesResponse Modifier and Type Method Description default CompletableFuture<SearchSecurityProfilesResponse>ConnectAsyncClient. searchSecurityProfiles(Consumer<SearchSecurityProfilesRequest.Builder> searchSecurityProfilesRequest)Searches security profiles in an Amazon Connect instance, with optional filtering.default CompletableFuture<SearchSecurityProfilesResponse>ConnectAsyncClient. searchSecurityProfiles(SearchSecurityProfilesRequest searchSecurityProfilesRequest)Searches security profiles in an Amazon Connect instance, with optional filtering. -
Uses of SearchSecurityProfilesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type SearchSecurityProfilesResponse Modifier and Type Method Description Iterator<SearchSecurityProfilesResponse>SearchSecurityProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type SearchSecurityProfilesResponse Modifier and Type Method Description voidSearchSecurityProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchSecurityProfilesResponse> subscriber)
-