Uses of Class
software.amazon.awssdk.services.appstream.model.ServiceAccountCredentials
-
Packages that use ServiceAccountCredentials Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ServiceAccountCredentials in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ServiceAccountCredentials Modifier and Type Method Description ServiceAccountCredentialsCreateDirectoryConfigRequest. serviceAccountCredentials()The credentials for the service account used by the fleet or image builder to connect to the directory.ServiceAccountCredentialsDirectoryConfig. serviceAccountCredentials()The credentials for the service account used by the fleet or image builder to connect to the directory.ServiceAccountCredentialsUpdateDirectoryConfigRequest. serviceAccountCredentials()The credentials for the service account used by the fleet or image builder to connect to the directory.Methods in software.amazon.awssdk.services.appstream.model with parameters of type ServiceAccountCredentials Modifier and Type Method Description CreateDirectoryConfigRequest.BuilderCreateDirectoryConfigRequest.Builder. serviceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)The credentials for the service account used by the fleet or image builder to connect to the directory.DirectoryConfig.BuilderDirectoryConfig.Builder. serviceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)The credentials for the service account used by the fleet or image builder to connect to the directory.UpdateDirectoryConfigRequest.BuilderUpdateDirectoryConfigRequest.Builder. serviceAccountCredentials(ServiceAccountCredentials serviceAccountCredentials)The credentials for the service account used by the fleet or image builder to connect to the directory.
-