Uses of Interface
software.amazon.awssdk.services.grafana.model.DisassociateLicenseResponse.Builder
-
Packages that use DisassociateLicenseResponse.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of DisassociateLicenseResponse.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return DisassociateLicenseResponse.Builder Modifier and Type Method Description static DisassociateLicenseResponse.BuilderDisassociateLicenseResponse. builder()DisassociateLicenseResponse.BuilderDisassociateLicenseResponse. toBuilder()default DisassociateLicenseResponse.BuilderDisassociateLicenseResponse.Builder. workspace(Consumer<WorkspaceDescription.Builder> workspace)A structure containing information about the workspace.DisassociateLicenseResponse.BuilderDisassociateLicenseResponse.Builder. workspace(WorkspaceDescription workspace)A structure containing information about the workspace.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type DisassociateLicenseResponse.Builder Modifier and Type Method Description static Class<? extends DisassociateLicenseResponse.Builder>DisassociateLicenseResponse. serializableBuilderClass()
-