Uses of Interface
software.amazon.awssdk.services.appstream.model.ServiceAccountCredentials.Builder
-
Packages that use ServiceAccountCredentials.Builder Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ServiceAccountCredentials.Builder in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ServiceAccountCredentials.Builder Modifier and Type Method Description ServiceAccountCredentials.BuilderServiceAccountCredentials.Builder. accountName(String accountName)The user name of the account.ServiceAccountCredentials.BuilderServiceAccountCredentials.Builder. accountPassword(String accountPassword)The password for the account.static ServiceAccountCredentials.BuilderServiceAccountCredentials. builder()ServiceAccountCredentials.BuilderServiceAccountCredentials. toBuilder()Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type ServiceAccountCredentials.Builder Modifier and Type Method Description static Class<? extends ServiceAccountCredentials.Builder>ServiceAccountCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type ServiceAccountCredentials.Builder Modifier and Type Method Description default CreateDirectoryConfigRequest.BuilderCreateDirectoryConfigRequest.Builder. serviceAccountCredentials(Consumer<ServiceAccountCredentials.Builder> serviceAccountCredentials)The credentials for the service account used by the fleet or image builder to connect to the directory.default DirectoryConfig.BuilderDirectoryConfig.Builder. serviceAccountCredentials(Consumer<ServiceAccountCredentials.Builder> serviceAccountCredentials)The credentials for the service account used by the fleet or image builder to connect to the directory.default UpdateDirectoryConfigRequest.BuilderUpdateDirectoryConfigRequest.Builder. serviceAccountCredentials(Consumer<ServiceAccountCredentials.Builder> serviceAccountCredentials)The credentials for the service account used by the fleet or image builder to connect to the directory.
-