Uses of Interface
software.amazon.awssdk.services.athena.model.GetCalculationExecutionCodeResponse.Builder
-
Packages that use GetCalculationExecutionCodeResponse.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of GetCalculationExecutionCodeResponse.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return GetCalculationExecutionCodeResponse.Builder Modifier and Type Method Description static GetCalculationExecutionCodeResponse.BuilderGetCalculationExecutionCodeResponse. builder()GetCalculationExecutionCodeResponse.BuilderGetCalculationExecutionCodeResponse.Builder. codeBlock(String codeBlock)The unencrypted code that was executed for the calculation.GetCalculationExecutionCodeResponse.BuilderGetCalculationExecutionCodeResponse. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type GetCalculationExecutionCodeResponse.Builder Modifier and Type Method Description static Class<? extends GetCalculationExecutionCodeResponse.Builder>GetCalculationExecutionCodeResponse. serializableBuilderClass()
-