Uses of Class
software.amazon.awssdk.services.connect.model.AuthenticationProfileSummary
-
Packages that use AuthenticationProfileSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of AuthenticationProfileSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AuthenticationProfileSummary Modifier and Type Method Description List<AuthenticationProfileSummary>ListAuthenticationProfilesResponse. authenticationProfileSummaryList()A summary of a given authentication profile.Methods in software.amazon.awssdk.services.connect.model with parameters of type AuthenticationProfileSummary Modifier and Type Method Description ListAuthenticationProfilesResponse.BuilderListAuthenticationProfilesResponse.Builder. authenticationProfileSummaryList(AuthenticationProfileSummary... authenticationProfileSummaryList)A summary of a given authentication profile.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AuthenticationProfileSummary Modifier and Type Method Description ListAuthenticationProfilesResponse.BuilderListAuthenticationProfilesResponse.Builder. authenticationProfileSummaryList(Collection<AuthenticationProfileSummary> authenticationProfileSummaryList)A summary of a given authentication profile. -
Uses of AuthenticationProfileSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type AuthenticationProfileSummary Modifier and Type Method Description SdkIterable<AuthenticationProfileSummary>ListAuthenticationProfilesIterable. authenticationProfileSummaryList()Returns an iterable to iterate through the paginatedListAuthenticationProfilesResponse.authenticationProfileSummaryList()member.SdkPublisher<AuthenticationProfileSummary>ListAuthenticationProfilesPublisher. authenticationProfileSummaryList()Returns a publisher that can be used to get a stream of data.
-