Uses of Class
software.amazon.awssdk.services.cloudsearch.model.CloudSearchRequest
-
Packages that use CloudSearchRequest Package Description software.amazon.awssdk.services.cloudsearch.internal software.amazon.awssdk.services.cloudsearch.model -
-
Uses of CloudSearchRequest in software.amazon.awssdk.services.cloudsearch.internal
Methods in software.amazon.awssdk.services.cloudsearch.internal with type parameters of type CloudSearchRequest Modifier and Type Method Description static <T extends CloudSearchRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends CloudSearchRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier) -
Uses of CloudSearchRequest in software.amazon.awssdk.services.cloudsearch.model
Subclasses of CloudSearchRequest in software.amazon.awssdk.services.cloudsearch.model Modifier and Type Class Description classBuildSuggestersRequestContainer for the parameters to theBuildSuggesteroperation.classCreateDomainRequestContainer for the parameters to theCreateDomainoperation.classDefineAnalysisSchemeRequestContainer for the parameters to theDefineAnalysisSchemeoperation.classDefineExpressionRequestContainer for the parameters to theDefineExpressionoperation.classDefineIndexFieldRequestContainer for the parameters to theDefineIndexFieldoperation.classDefineSuggesterRequestContainer for the parameters to theDefineSuggesteroperation.classDeleteAnalysisSchemeRequestContainer for the parameters to theDeleteAnalysisSchemeoperation.classDeleteDomainRequestContainer for the parameters to theDeleteDomainoperation.classDeleteExpressionRequestContainer for the parameters to theDeleteExpressionoperation.classDeleteIndexFieldRequestContainer for the parameters to theDeleteIndexFieldoperation.classDeleteSuggesterRequestContainer for the parameters to theDeleteSuggesteroperation.classDescribeAnalysisSchemesRequestContainer for the parameters to theDescribeAnalysisSchemesoperation.classDescribeAvailabilityOptionsRequestContainer for the parameters to theDescribeAvailabilityOptionsoperation.classDescribeDomainEndpointOptionsRequestContainer for the parameters to theDescribeDomainEndpointOptionsoperation.classDescribeDomainsRequestContainer for the parameters to theDescribeDomainsoperation.classDescribeExpressionsRequestContainer for the parameters to theDescribeDomainsoperation.classDescribeIndexFieldsRequestContainer for the parameters to theDescribeIndexFieldsoperation.classDescribeScalingParametersRequestContainer for the parameters to theDescribeScalingParametersoperation.classDescribeServiceAccessPoliciesRequestContainer for the parameters to theDescribeServiceAccessPoliciesoperation.classDescribeSuggestersRequestContainer for the parameters to theDescribeSuggesteroperation.classIndexDocumentsRequestContainer for the parameters to theIndexDocumentsoperation.classListDomainNamesRequestclassUpdateAvailabilityOptionsRequestContainer for the parameters to theUpdateAvailabilityOptionsoperation.classUpdateDomainEndpointOptionsRequestContainer for the parameters to theUpdateDomainEndpointOptionsoperation.classUpdateScalingParametersRequestContainer for the parameters to theUpdateScalingParametersoperation.classUpdateServiceAccessPoliciesRequestContainer for the parameters to theUpdateServiceAccessPoliciesoperation.Methods in software.amazon.awssdk.services.cloudsearch.model that return CloudSearchRequest Modifier and Type Method Description CloudSearchRequestCloudSearchRequest.Builder. build()Constructors in software.amazon.awssdk.services.cloudsearch.model with parameters of type CloudSearchRequest Constructor Description BuilderImpl(CloudSearchRequest request)
-