Uses of Class
software.amazon.awssdk.services.sagemaker.model.AppDetails
-
Packages that use AppDetails Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of AppDetails in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AppDetails Modifier and Type Method Description List<AppDetails>ListAppsResponse. apps()The list of apps.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AppDetails Modifier and Type Method Description ListAppsResponse.BuilderListAppsResponse.Builder. apps(AppDetails... apps)The list of apps.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AppDetails Modifier and Type Method Description ListAppsResponse.BuilderListAppsResponse.Builder. apps(Collection<AppDetails> apps)The list of apps. -
Uses of AppDetails in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type AppDetails Modifier and Type Method Description SdkIterable<AppDetails>ListAppsIterable. apps()Returns an iterable to iterate through the paginatedListAppsResponse.apps()member.SdkPublisher<AppDetails>ListAppsPublisher. apps()Returns a publisher that can be used to get a stream of data.
-