Uses of Interface
software.amazon.awssdk.services.mobile.model.DescribeBundleRequest.Builder
-
Packages that use DescribeBundleRequest.Builder Package Description software.amazon.awssdk.services.mobile AWS Mobile Service provides mobile app and website developers with capabilities required to configure AWS resources and bootstrap their developer desktop projects with the necessary SDKs, constants, tools and samples to make use of those resources.software.amazon.awssdk.services.mobile.model -
-
Uses of DescribeBundleRequest.Builder in software.amazon.awssdk.services.mobile
Method parameters in software.amazon.awssdk.services.mobile with type arguments of type DescribeBundleRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeBundleResponse>MobileAsyncClient. describeBundle(Consumer<DescribeBundleRequest.Builder> describeBundleRequest)Get the bundle details for the requested bundle id.default DescribeBundleResponseMobileClient. describeBundle(Consumer<DescribeBundleRequest.Builder> describeBundleRequest)Get the bundle details for the requested bundle id. -
Uses of DescribeBundleRequest.Builder in software.amazon.awssdk.services.mobile.model
Methods in software.amazon.awssdk.services.mobile.model that return DescribeBundleRequest.Builder Modifier and Type Method Description static DescribeBundleRequest.BuilderDescribeBundleRequest. builder()DescribeBundleRequest.BuilderDescribeBundleRequest.Builder. bundleId(String bundleId)Unique bundle identifier.DescribeBundleRequest.BuilderDescribeBundleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeBundleRequest.BuilderDescribeBundleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeBundleRequest.BuilderDescribeBundleRequest. toBuilder()Methods in software.amazon.awssdk.services.mobile.model that return types with arguments of type DescribeBundleRequest.Builder Modifier and Type Method Description static Class<? extends DescribeBundleRequest.Builder>DescribeBundleRequest. serializableBuilderClass()
-