Uses of Class
software.amazon.awssdk.services.connect.model.Application
-
Packages that use Application Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of Application in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Application Modifier and Type Method Description List<Application>CreateSecurityProfileRequest. applications()This API is in preview release for Amazon Connect and is subject to change.List<Application>ListSecurityProfileApplicationsResponse. applications()This API is in preview release for Amazon Connect and is subject to change.List<Application>UpdateSecurityProfileRequest. applications()This API is in preview release for Amazon Connect and is subject to change.Methods in software.amazon.awssdk.services.connect.model with parameters of type Application Modifier and Type Method Description CreateSecurityProfileRequest.BuilderCreateSecurityProfileRequest.Builder. applications(Application... applications)This API is in preview release for Amazon Connect and is subject to change.ListSecurityProfileApplicationsResponse.BuilderListSecurityProfileApplicationsResponse.Builder. applications(Application... applications)This API is in preview release for Amazon Connect and is subject to change.UpdateSecurityProfileRequest.BuilderUpdateSecurityProfileRequest.Builder. applications(Application... applications)This API is in preview release for Amazon Connect and is subject to change.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Application Modifier and Type Method Description CreateSecurityProfileRequest.BuilderCreateSecurityProfileRequest.Builder. applications(Collection<Application> applications)This API is in preview release for Amazon Connect and is subject to change.ListSecurityProfileApplicationsResponse.BuilderListSecurityProfileApplicationsResponse.Builder. applications(Collection<Application> applications)This API is in preview release for Amazon Connect and is subject to change.UpdateSecurityProfileRequest.BuilderUpdateSecurityProfileRequest.Builder. applications(Collection<Application> applications)This API is in preview release for Amazon Connect and is subject to change. -
Uses of Application in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type Application Modifier and Type Method Description SdkIterable<Application>ListSecurityProfileApplicationsIterable. applications()Returns an iterable to iterate through the paginatedListSecurityProfileApplicationsResponse.applications()member.SdkPublisher<Application>ListSecurityProfileApplicationsPublisher. applications()Returns a publisher that can be used to get a stream of data.
-