Uses of Class
software.amazon.awssdk.services.connect.model.DeleteRoutingProfileResponse
-
Packages that use DeleteRoutingProfileResponse 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. -
-
Uses of DeleteRoutingProfileResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DeleteRoutingProfileResponse Modifier and Type Method Description default DeleteRoutingProfileResponseConnectClient. deleteRoutingProfile(Consumer<DeleteRoutingProfileRequest.Builder> deleteRoutingProfileRequest)Deletes a routing profile.default DeleteRoutingProfileResponseConnectClient. deleteRoutingProfile(DeleteRoutingProfileRequest deleteRoutingProfileRequest)Deletes a routing profile.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DeleteRoutingProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteRoutingProfileResponse>ConnectAsyncClient. deleteRoutingProfile(Consumer<DeleteRoutingProfileRequest.Builder> deleteRoutingProfileRequest)Deletes a routing profile.default CompletableFuture<DeleteRoutingProfileResponse>ConnectAsyncClient. deleteRoutingProfile(DeleteRoutingProfileRequest deleteRoutingProfileRequest)Deletes a routing profile.
-