All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method |
Description |
boolean |
allowEndpointOverrideForEndpointDiscoveryRequiredOperations() |
|
static CustomizationConfig |
create() |
|
List<AdditionalBuilderMethod> |
getAdditionalBuilderMethods() |
|
List<String> |
getAllowedEndpointAuthSchemeParams() |
|
boolean |
getAllowedEndpointAuthSchemeParamsConfigured() |
|
String |
getAsyncClientDecorator() |
|
Map<String,String> |
getAttachPayloadTraitToMember() |
|
List<String> |
getBlacklistedSimpleMethods() |
Deprecated.
|
List<ConvenienceTypeOverload> |
getConvenienceTypeOverloads() |
|
Map<String,ClientContextParam> |
getCustomClientContextParams() |
|
String |
getCustomErrorCodeFieldName() |
|
List<CustomOperationContextParam> |
getCustomOperationContextParams() |
|
String |
getCustomProtocolFactoryFqcn() |
|
Map<String,String> |
getCustomResponseMetadata() |
|
String |
getCustomRetryPolicy() |
|
String |
getCustomRetryStrategy() |
|
CustomSdkShapes |
getCustomSdkShapes() |
|
MetadataConfig |
getCustomServiceMetadata() |
|
RetryMode |
getDefaultRetryMode() |
|
String |
getDefaultSimpleMethodTestRegion() |
|
List<String> |
getDeprecatedOperations() |
|
List<String> |
getDeprecatedShapes() |
|
EndpointAuthSchemeConfig |
getEndpointAuthSchemeConfig() |
|
Map<String,ParameterModel> |
getEndpointParameters() |
|
List<String> |
getExcludedSimpleMethods() |
|
List<String> |
getInterceptors() |
|
List<String> |
getInternalPlugins() |
|
Map<String,String> |
getModelMarshallerDefaultValueSupplier() |
|
MultipartCustomization |
getMultipartCustomization() |
|
Map<String,OperationModifier> |
getOperationModifiers() |
|
Map<String,String> |
getPaginationCustomization() |
|
Map<String,PreClientExecutionRequestCustomizer> |
getPreClientExecutionRequestCustomizer() |
|
Map<String,String> |
getRenameShapes() |
|
String |
getRootPackageName() |
|
Map<String,S3ArnableFieldConfig> |
getS3ArnableFields() |
|
boolean |
getS3ExpressAuthSupport() |
|
String |
getSdkModeledExceptionBaseClassName() |
|
String |
getSdkRequestBaseClassName() |
|
String |
getSdkResponseBaseClassName() |
|
ServiceConfig |
getServiceConfig() |
|
String |
getServiceSpecificHttpConfig() |
|
Map<String,ShapeModifier> |
getShapeModifiers() |
|
Map<String,ShapeSubstitution> |
getShapeSubstitutions() |
|
ShareModelConfig |
getShareModelConfig() |
|
Map<String,String> |
getSkipEndpointTests() |
|
String |
getSyncClientDecorator() |
|
UnderscoresInNameBehavior |
getUnderscoresInNameBehavior() |
|
Map<String,List<String>> |
getUseLegacyEventGenerationScheme() |
|
String |
getUserAgent() |
|
UtilitiesMethod |
getUtilitiesMethod() |
|
List<String> |
getVerifiedSimpleMethods() |
|
boolean |
isCalculateCrc32FromCompressedData() |
|
boolean |
isDelegateAsyncClientClass() |
|
boolean |
isDelegateSyncClientClass() |
|
boolean |
isEnableEndpointAuthSchemeParams() |
|
boolean |
isEnableEndpointDiscoveryMethodRequired() |
|
boolean |
isEnableGenerateCompiledEndpointRules() |
|
boolean |
isExcludeClientCreateMethod() |
|
boolean |
isGenerateEndpointClientTests() |
|
boolean |
isRequiredTraitValidationEnabled() |
|
boolean |
isSkipEndpointTestGeneration() |
|
boolean |
isSkipSyncClientGeneration() |
|
void |
setAdditionalBuilderMethods(List<AdditionalBuilderMethod> additionalBuilderMethods) |
|
void |
setAllowedEndpointAuthSchemeParams(List<String> allowedEndpointAuthSchemeParams) |
|
void |
setAllowEndpointOverrideForEndpointDiscoveryRequiredOperations(boolean allowEndpointOverrideForEndpointDiscoveryRequiredOperations) |
|
void |
setAsyncClientDecorator(String asyncClientDecorator) |
|
void |
setAttachPayloadTraitToMember(Map<String,String> attachPayloadTraitToMember) |
|
void |
setBlacklistedSimpleMethods(List<String> blackListedSimpleMethods) |
Deprecated.
|
void |
setCalculateCrc32FromCompressedData(boolean calculateCrc32FromCompressedData) |
|
void |
setConvenienceTypeOverloads(List<ConvenienceTypeOverload> convenienceTypeOverloads) |
|
void |
setCustomClientContextParams(Map<String,ClientContextParam> customClientContextParams) |
|
void |
setCustomErrorCodeFieldName(String customErrorCodeFieldName) |
|
void |
setCustomOperationContextParams(List<CustomOperationContextParam> customOperationContextParams) |
|
void |
setCustomProtocolFactoryFqcn(String customProtocolFactoryFqcn) |
|
void |
setCustomResponseMetadata(Map<String,String> customResponseMetadata) |
|
void |
setCustomRetryPolicy(String customRetryPolicy) |
|
void |
setCustomRetryStrategy(String customRetryStrategy) |
|
void |
setCustomSdkShapes(CustomSdkShapes customSdkShapes) |
|
void |
setCustomServiceMetadata(MetadataConfig metadataConfig) |
|
void |
setDefaultRetryMode(RetryMode defaultRetryMode) |
|
void |
setDefaultSimpleMethodTestRegion(String defaultSimpleMethodTestRegion) |
|
void |
setDelegateAsyncClientClass(boolean delegateAsyncClientClass) |
|
void |
setDelegateSyncClientClass(boolean delegateSyncClientClass) |
|
void |
setDeprecatedOperations(List<String> deprecatedOperations) |
|
void |
setDeprecatedShapes(List<String> deprecatedShapes) |
|
void |
setEnableEndpointAuthSchemeParams(boolean enableEndpointAuthSchemeParams) |
|
void |
setEnableEndpointDiscoveryMethodRequired(boolean enableEndpointDiscoveryMethodRequired) |
|
void |
setEnableGenerateCompiledEndpointRules(boolean enableGenerateCompiledEndpointRules) |
|
void |
setEndpointAuthSchemeConfig(EndpointAuthSchemeConfig endpointAuthSchemeConfig) |
|
void |
setEndpointParameters(Map<String,ParameterModel> endpointParameters) |
|
void |
setExcludeClientCreateMethod(boolean excludeClientCreateMethod) |
|
void |
setExcludedSimpleMethods(List<String> excludedSimpleMethods) |
|
void |
setGenerateEndpointClientTests(boolean generateEndpointClientTests) |
|
void |
setInterceptors(List<String> interceptors) |
|
void |
setInternalPlugins(List<String> internalPlugins) |
|
void |
setModelMarshallerDefaultValueSupplier(Map<String,String> modelMarshallerDefaultValueSupplier) |
|
void |
setMultipartCustomization(MultipartCustomization multipartCustomization) |
|
void |
setOperationModifiers(Map<String,OperationModifier> operationModifiers) |
|
void |
setPaginationCustomization(Map<String,String> paginationCustomization) |
|
void |
setPreClientExecutionRequestCustomizer(Map<String,PreClientExecutionRequestCustomizer> preClientExecutionRequestCustomizer) |
|
void |
setRenameShapes(Map<String,String> renameShapes) |
|
void |
setRequiredTraitValidationEnabled(boolean requiredTraitValidationEnabled) |
|
void |
setRootPackageName(String rootPackageName) |
|
void |
setS3ArnableFields(Map<String,S3ArnableFieldConfig> s3ArnableFields) |
|
void |
setS3ExpressAuthSupport(boolean s3ExpressAuthSupport) |
|
void |
setSdkModeledExceptionBaseClassName(String sdkModeledExceptionBaseClassName) |
|
void |
setSdkRequestBaseClassName(String sdkRequestBaseClassName) |
|
void |
setSdkResponseBaseClassName(String sdkResponseBaseClassName) |
|
void |
setServiceConfig(ServiceConfig serviceConfig) |
|
void |
setServiceSpecificHttpConfig(String serviceSpecificHttpConfig) |
|
void |
setShapeModifiers(Map<String,ShapeModifier> shapeModifiers) |
|
void |
setShapeSubstitutions(Map<String,ShapeSubstitution> shapeSubstitutions) |
|
void |
setShareModelConfig(ShareModelConfig shareModelConfig) |
|
void |
setSkipEndpointTestGeneration(boolean skipEndpointTestGeneration) |
|
void |
setSkipEndpointTests(Map<String,String> skipEndpointTests) |
|
void |
setSkipSyncClientGeneration(boolean skipSyncClientGeneration) |
|
void |
setSyncClientDecorator(String syncClientDecorator) |
|
void |
setUnderscoresInNameBehavior(UnderscoresInNameBehavior behavior) |
|
void |
setUseGlobalEndpoint(boolean useGlobalEndpoint) |
|
void |
setUseLegacyEventGenerationScheme(Map<String,List<String>> useLegacyEventGenerationScheme) |
|
void |
setUseMultiAuth(boolean useMultiAuth) |
|
void |
setUserAgent(String userAgent) |
|
void |
setUseS3ExpressSessionAuth(boolean useS3ExpressSessionAuth) |
|
void |
setUseSraAuth(boolean useSraAuth) |
|
void |
setUtilitiesMethod(UtilitiesMethod utilitiesMethod) |
|
void |
setVerifiedSimpleMethods(List<String> verifiedSimpleMethods) |
|
boolean |
useGlobalEndpoint() |
|
boolean |
useMultiAuth() |
|
boolean |
useS3ExpressSessionAuth() |
|
boolean |
useSraAuth() |
|
CustomizationConfig |
withRootPackageName(String packageName) |
|
CustomizationConfig |
withS3ArnableFields(Map<String,S3ArnableFieldConfig> s3ArnableFields) |
|
CustomizationConfig |
withUnderscoresInShapeNameBehavior(UnderscoresInNameBehavior behavior) |
|
CustomizationConfig |
withUserAgent(String userAgent) |
|