Uses of Class
software.amazon.awssdk.services.connect.model.DescribeRoutingProfileResponse
-
Packages that use DescribeRoutingProfileResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of DescribeRoutingProfileResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DescribeRoutingProfileResponse Modifier and Type Method Description default DescribeRoutingProfileResponseConnectClient. describeRoutingProfile(Consumer<DescribeRoutingProfileRequest.Builder> describeRoutingProfileRequest)Describes the specified routing profile.default DescribeRoutingProfileResponseConnectClient. describeRoutingProfile(DescribeRoutingProfileRequest describeRoutingProfileRequest)Describes the specified routing profile.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DescribeRoutingProfileResponse Modifier and Type Method Description default CompletableFuture<DescribeRoutingProfileResponse>ConnectAsyncClient. describeRoutingProfile(Consumer<DescribeRoutingProfileRequest.Builder> describeRoutingProfileRequest)Describes the specified routing profile.default CompletableFuture<DescribeRoutingProfileResponse>ConnectAsyncClient. describeRoutingProfile(DescribeRoutingProfileRequest describeRoutingProfileRequest)Describes the specified routing profile.
-