Uses of Class
software.amazon.awssdk.services.connect.model.RoutingProfile
-
Packages that use RoutingProfile Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of RoutingProfile in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RoutingProfile Modifier and Type Method Description RoutingProfileDescribeRoutingProfileResponse. routingProfile()The routing profile.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RoutingProfile Modifier and Type Method Description List<RoutingProfile>SearchRoutingProfilesResponse. routingProfiles()Information about the routing profiles.Methods in software.amazon.awssdk.services.connect.model with parameters of type RoutingProfile Modifier and Type Method Description DescribeRoutingProfileResponse.BuilderDescribeRoutingProfileResponse.Builder. routingProfile(RoutingProfile routingProfile)The routing profile.SearchRoutingProfilesResponse.BuilderSearchRoutingProfilesResponse.Builder. routingProfiles(RoutingProfile... routingProfiles)Information about the routing profiles.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RoutingProfile Modifier and Type Method Description SearchRoutingProfilesResponse.BuilderSearchRoutingProfilesResponse.Builder. routingProfiles(Collection<RoutingProfile> routingProfiles)Information about the routing profiles. -
Uses of RoutingProfile in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type RoutingProfile Modifier and Type Method Description SdkIterable<RoutingProfile>SearchRoutingProfilesIterable. routingProfiles()Returns an iterable to iterate through the paginatedSearchRoutingProfilesResponse.routingProfiles()member.SdkPublisher<RoutingProfile>SearchRoutingProfilesPublisher. routingProfiles()Returns a publisher that can be used to get a stream of data.
-