Uses of Class
software.amazon.awssdk.services.mobile.model.MobileRequest
-
Packages that use MobileRequest Package Description software.amazon.awssdk.services.mobile.internal software.amazon.awssdk.services.mobile.model -
-
Uses of MobileRequest in software.amazon.awssdk.services.mobile.internal
Methods in software.amazon.awssdk.services.mobile.internal with type parameters of type MobileRequest Modifier and Type Method Description static <T extends MobileRequest>
TUserAgentUtils. applyPaginatorUserAgent(T request)static <T extends MobileRequest>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier) -
Uses of MobileRequest in software.amazon.awssdk.services.mobile.model
Subclasses of MobileRequest in software.amazon.awssdk.services.mobile.model Modifier and Type Class Description classCreateProjectRequestRequest structure used to request a project be created.classDeleteProjectRequestRequest structure used to request a project be deleted.classDescribeBundleRequestRequest structure to request the details of a specific bundle.classDescribeProjectRequestRequest structure used to request details about a project.classExportBundleRequestRequest structure used to request generation of custom SDK and tool packages required to integrate mobile web or app clients with backed AWS resources.classExportProjectRequestRequest structure used in requests to export project configuration details.classListBundlesRequestRequest structure to request all available bundles.classListProjectsRequestRequest structure used to request projects list in AWS Mobile Hub.classUpdateProjectRequestRequest structure used for requests to update project configuration.Methods in software.amazon.awssdk.services.mobile.model that return MobileRequest Modifier and Type Method Description MobileRequestMobileRequest.Builder. build()Constructors in software.amazon.awssdk.services.mobile.model with parameters of type MobileRequest Constructor Description BuilderImpl(MobileRequest request)
-