Uses of Class
software.amazon.awssdk.services.connect.model.QuickConnect
-
Packages that use QuickConnect Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of QuickConnect in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return QuickConnect Modifier and Type Method Description QuickConnectDescribeQuickConnectResponse. quickConnect()Information about the quick connect.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type QuickConnect Modifier and Type Method Description List<QuickConnect>SearchQuickConnectsResponse. quickConnects()Information about the quick connects.Methods in software.amazon.awssdk.services.connect.model with parameters of type QuickConnect Modifier and Type Method Description DescribeQuickConnectResponse.BuilderDescribeQuickConnectResponse.Builder. quickConnect(QuickConnect quickConnect)Information about the quick connect.SearchQuickConnectsResponse.BuilderSearchQuickConnectsResponse.Builder. quickConnects(QuickConnect... quickConnects)Information about the quick connects.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type QuickConnect Modifier and Type Method Description SearchQuickConnectsResponse.BuilderSearchQuickConnectsResponse.Builder. quickConnects(Collection<QuickConnect> quickConnects)Information about the quick connects. -
Uses of QuickConnect in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type QuickConnect Modifier and Type Method Description SdkIterable<QuickConnect>SearchQuickConnectsIterable. quickConnects()Returns an iterable to iterate through the paginatedSearchQuickConnectsResponse.quickConnects()member.SdkPublisher<QuickConnect>SearchQuickConnectsPublisher. quickConnects()Returns a publisher that can be used to get a stream of data.
-