Uses of Interface
software.amazon.awssdk.services.mobile.model.ListProjectsRequest.Builder
-
Packages that use ListProjectsRequest.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 ListProjectsRequest.Builder in software.amazon.awssdk.services.mobile
Method parameters in software.amazon.awssdk.services.mobile with type arguments of type ListProjectsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListProjectsResponse>MobileAsyncClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Lists projects in AWS Mobile Hub.default ListProjectsResponseMobileClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Lists projects in AWS Mobile Hub.default ListProjectsPublisherMobileAsyncClient. listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)This is a variant ofMobileAsyncClient.listProjects(software.amazon.awssdk.services.mobile.model.ListProjectsRequest)operation.default ListProjectsIterableMobileClient. listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)This is a variant ofMobileClient.listProjects(software.amazon.awssdk.services.mobile.model.ListProjectsRequest)operation. -
Uses of ListProjectsRequest.Builder in software.amazon.awssdk.services.mobile.model
Methods in software.amazon.awssdk.services.mobile.model that return ListProjectsRequest.Builder Modifier and Type Method Description static ListProjectsRequest.BuilderListProjectsRequest. builder()ListProjectsRequest.BuilderListProjectsRequest.Builder. maxResults(Integer maxResults)Maximum number of records to list in a single response.ListProjectsRequest.BuilderListProjectsRequest.Builder. nextToken(String nextToken)Pagination token.ListProjectsRequest.BuilderListProjectsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProjectsRequest.BuilderListProjectsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProjectsRequest.BuilderListProjectsRequest. toBuilder()Methods in software.amazon.awssdk.services.mobile.model that return types with arguments of type ListProjectsRequest.Builder Modifier and Type Method Description static Class<? extends ListProjectsRequest.Builder>ListProjectsRequest. serializableBuilderClass()
-