Uses of Class
software.amazon.awssdk.services.grafana.model.WorkspaceDescription
-
Packages that use WorkspaceDescription Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of WorkspaceDescription in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return WorkspaceDescription Modifier and Type Method Description WorkspaceDescriptionAssociateLicenseResponse. workspace()A structure containing data about the workspace.WorkspaceDescriptionCreateWorkspaceResponse. workspace()A structure containing data about the workspace that was created.WorkspaceDescriptionDeleteWorkspaceResponse. workspace()A structure containing information about the workspace that was deleted.WorkspaceDescriptionDescribeWorkspaceResponse. workspace()A structure containing information about the workspace.WorkspaceDescriptionDisassociateLicenseResponse. workspace()A structure containing information about the workspace.WorkspaceDescriptionUpdateWorkspaceResponse. workspace()A structure containing data about the workspace that was created.Methods in software.amazon.awssdk.services.grafana.model with parameters of type WorkspaceDescription Modifier and Type Method Description AssociateLicenseResponse.BuilderAssociateLicenseResponse.Builder. workspace(WorkspaceDescription workspace)A structure containing data about the workspace.CreateWorkspaceResponse.BuilderCreateWorkspaceResponse.Builder. workspace(WorkspaceDescription workspace)A structure containing data about the workspace that was created.DeleteWorkspaceResponse.BuilderDeleteWorkspaceResponse.Builder. workspace(WorkspaceDescription workspace)A structure containing information about the workspace that was deleted.DescribeWorkspaceResponse.BuilderDescribeWorkspaceResponse.Builder. workspace(WorkspaceDescription workspace)A structure containing information about the workspace.DisassociateLicenseResponse.BuilderDisassociateLicenseResponse.Builder. workspace(WorkspaceDescription workspace)A structure containing information about the workspace.UpdateWorkspaceResponse.BuilderUpdateWorkspaceResponse.Builder. workspace(WorkspaceDescription workspace)A structure containing data about the workspace that was created.
-