Uses of Interface
software.amazon.awssdk.services.mobile.model.DescribeProjectRequest.Builder
-
Packages that use DescribeProjectRequest.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 DescribeProjectRequest.Builder in software.amazon.awssdk.services.mobile
Method parameters in software.amazon.awssdk.services.mobile with type arguments of type DescribeProjectRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeProjectResponse>MobileAsyncClient. describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)Gets details about a project in AWS Mobile Hub.default DescribeProjectResponseMobileClient. describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)Gets details about a project in AWS Mobile Hub. -
Uses of DescribeProjectRequest.Builder in software.amazon.awssdk.services.mobile.model
Methods in software.amazon.awssdk.services.mobile.model that return DescribeProjectRequest.Builder Modifier and Type Method Description static DescribeProjectRequest.BuilderDescribeProjectRequest. builder()DescribeProjectRequest.BuilderDescribeProjectRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeProjectRequest.BuilderDescribeProjectRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeProjectRequest.BuilderDescribeProjectRequest.Builder. projectId(String projectId)Unique project identifier.DescribeProjectRequest.BuilderDescribeProjectRequest.Builder. syncFromResources(Boolean syncFromResources)If set to true, causes AWS Mobile Hub to synchronize information from other services, e.g., update state of AWS CloudFormation stacks in the AWS Mobile Hub project.DescribeProjectRequest.BuilderDescribeProjectRequest. toBuilder()Methods in software.amazon.awssdk.services.mobile.model that return types with arguments of type DescribeProjectRequest.Builder Modifier and Type Method Description static Class<? extends DescribeProjectRequest.Builder>DescribeProjectRequest. serializableBuilderClass()
-