Uses of Class
com.amazonaws.services.workspaces.model.WorkspaceDirectory
Packages that use WorkspaceDirectory
-
Uses of WorkspaceDirectory in com.amazonaws.services.workspaces.model
Methods in com.amazonaws.services.workspaces.model that return WorkspaceDirectoryModifier and TypeMethodDescriptionWorkspaceDirectory.clone()The directory alias.WorkspaceDirectory.withCustomerUserName(String customerUserName) The user name for the service account.WorkspaceDirectory.withDirectoryId(String directoryId) The directory identifier.WorkspaceDirectory.withDirectoryName(String directoryName) The name of the directory.WorkspaceDirectory.withDirectoryType(WorkspaceDirectoryType directoryType) The directory type.WorkspaceDirectory.withDirectoryType(String directoryType) The directory type.WorkspaceDirectory.withDnsIpAddresses(String... dnsIpAddresses) An array of strings that contains the IP addresses of the DNS servers for the directory.WorkspaceDirectory.withDnsIpAddresses(Collection<String> dnsIpAddresses) An array of strings that contains the IP addresses of the DNS servers for the directory.WorkspaceDirectory.withIamRoleId(String iamRoleId) The identifier of the IAM role.WorkspaceDirectory.withRegistrationCode(String registrationCode) The registration code for the directory.WorkspaceDirectory.withState(WorkspaceDirectoryState state) The state of the directory's registration with Amazon WorkSpacesThe state of the directory's registration with Amazon WorkSpacesWorkspaceDirectory.withSubnetIds(String... subnetIds) An array of strings that contains the identifiers of the subnets used with the directory.WorkspaceDirectory.withSubnetIds(Collection<String> subnetIds) An array of strings that contains the identifiers of the subnets used with the directory.WorkspaceDirectory.withWorkspaceCreationProperties(DefaultWorkspaceCreationProperties workspaceCreationProperties) A structure that specifies the default creation properties for all WorkSpaces in the directory.WorkspaceDirectory.withWorkspaceSecurityGroupId(String workspaceSecurityGroupId) The identifier of the security group that is assigned to new WorkSpaces.Methods in com.amazonaws.services.workspaces.model that return types with arguments of type WorkspaceDirectoryModifier and TypeMethodDescriptionDescribeWorkspaceDirectoriesResult.getDirectories()An array of structures that contain information about the directories.Methods in com.amazonaws.services.workspaces.model with parameters of type WorkspaceDirectoryModifier and TypeMethodDescriptionDescribeWorkspaceDirectoriesResult.withDirectories(WorkspaceDirectory... directories) An array of structures that contain information about the directories.Method parameters in com.amazonaws.services.workspaces.model with type arguments of type WorkspaceDirectoryModifier and TypeMethodDescriptionvoidDescribeWorkspaceDirectoriesResult.setDirectories(Collection<WorkspaceDirectory> directories) An array of structures that contain information about the directories.DescribeWorkspaceDirectoriesResult.withDirectories(Collection<WorkspaceDirectory> directories) An array of structures that contain information about the directories.