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