| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Parameters |
Parameters.clone() |
Parameters |
UpdateDashboardRequest.getParameters()
A structure that contains the parameters of the dashboard.
|
Parameters |
UpdateAnalysisRequest.getParameters()
The parameter names and override values that you want to use.
|
Parameters |
CreateDashboardRequest.getParameters()
The parameters for the creation of the dashboard, which you want to use to override the default settings.
|
Parameters |
CreateAnalysisRequest.getParameters()
The parameter names and override values that you want to use.
|
Parameters |
Parameters.withDateTimeParameters(Collection<DateTimeParameter> dateTimeParameters)
The parameters that have a data type of date-time.
|
Parameters |
Parameters.withDateTimeParameters(DateTimeParameter... dateTimeParameters)
The parameters that have a data type of date-time.
|
Parameters |
Parameters.withDecimalParameters(Collection<DecimalParameter> decimalParameters)
The parameters that have a data type of decimal.
|
Parameters |
Parameters.withDecimalParameters(DecimalParameter... decimalParameters)
The parameters that have a data type of decimal.
|
Parameters |
Parameters.withIntegerParameters(Collection<IntegerParameter> integerParameters)
The parameters that have a data type of integer.
|
Parameters |
Parameters.withIntegerParameters(IntegerParameter... integerParameters)
The parameters that have a data type of integer.
|
Parameters |
Parameters.withStringParameters(Collection<StringParameter> stringParameters)
The parameters that have a data type of string.
|
Parameters |
Parameters.withStringParameters(StringParameter... stringParameters)
The parameters that have a data type of string.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDashboardRequest.setParameters(Parameters parameters)
A structure that contains the parameters of the dashboard.
|
void |
UpdateAnalysisRequest.setParameters(Parameters parameters)
The parameter names and override values that you want to use.
|
void |
CreateDashboardRequest.setParameters(Parameters parameters)
The parameters for the creation of the dashboard, which you want to use to override the default settings.
|
void |
CreateAnalysisRequest.setParameters(Parameters parameters)
The parameter names and override values that you want to use.
|
UpdateDashboardRequest |
UpdateDashboardRequest.withParameters(Parameters parameters)
A structure that contains the parameters of the dashboard.
|
UpdateAnalysisRequest |
UpdateAnalysisRequest.withParameters(Parameters parameters)
The parameter names and override values that you want to use.
|
CreateDashboardRequest |
CreateDashboardRequest.withParameters(Parameters parameters)
The parameters for the creation of the dashboard, which you want to use to override the default settings.
|
CreateAnalysisRequest |
CreateAnalysisRequest.withParameters(Parameters parameters)
The parameter names and override values that you want to use.
|
Copyright © 2023. All rights reserved.