Uses of Class
software.amazon.awssdk.services.ssoadmin.model.Application
-
Packages that use Application Package Description software.amazon.awssdk.services.ssoadmin.model software.amazon.awssdk.services.ssoadmin.paginators -
-
Uses of Application in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type Application Modifier and Type Method Description List<Application>ListApplicationsResponse. applications()Retrieves all applications associated with the instance.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type Application Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(Application... applications)Retrieves all applications associated with the instance.Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type Application Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. applications(Collection<Application> applications)Retrieves all applications associated with the instance. -
Uses of Application in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type Application Modifier and Type Method Description SdkIterable<Application>ListApplicationsIterable. applications()Returns an iterable to iterate through the paginatedListApplicationsResponse.applications()member.SdkPublisher<Application>ListApplicationsPublisher. applications()Returns a publisher that can be used to get a stream of data.
-