Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.ListAppInputSourcesRequest.Builder
-
Packages that use ListAppInputSourcesRequest.Builder Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions.software.amazon.awssdk.services.resiliencehub.model -
-
Uses of ListAppInputSourcesRequest.Builder in software.amazon.awssdk.services.resiliencehub
Method parameters in software.amazon.awssdk.services.resiliencehub with type arguments of type ListAppInputSourcesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAppInputSourcesResponse>ResiliencehubAsyncClient. listAppInputSources(Consumer<ListAppInputSourcesRequest.Builder> listAppInputSourcesRequest)Lists all the input sources of the Resilience Hub application.default ListAppInputSourcesResponseResiliencehubClient. listAppInputSources(Consumer<ListAppInputSourcesRequest.Builder> listAppInputSourcesRequest)Lists all the input sources of the Resilience Hub application.default ListAppInputSourcesPublisherResiliencehubAsyncClient. listAppInputSourcesPaginator(Consumer<ListAppInputSourcesRequest.Builder> listAppInputSourcesRequest)Lists all the input sources of the Resilience Hub application.default ListAppInputSourcesIterableResiliencehubClient. listAppInputSourcesPaginator(Consumer<ListAppInputSourcesRequest.Builder> listAppInputSourcesRequest)Lists all the input sources of the Resilience Hub application. -
Uses of ListAppInputSourcesRequest.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ListAppInputSourcesRequest.Builder Modifier and Type Method Description ListAppInputSourcesRequest.BuilderListAppInputSourcesRequest.Builder. appArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.ListAppInputSourcesRequest.BuilderListAppInputSourcesRequest.Builder. appVersion(String appVersion)Resilience Hub application version.static ListAppInputSourcesRequest.BuilderListAppInputSourcesRequest. builder()ListAppInputSourcesRequest.BuilderListAppInputSourcesRequest.Builder. maxResults(Integer maxResults)Maximum number of input sources to be displayed per Resilience Hub application.ListAppInputSourcesRequest.BuilderListAppInputSourcesRequest.Builder. nextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListAppInputSourcesRequest.BuilderListAppInputSourcesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppInputSourcesRequest.BuilderListAppInputSourcesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAppInputSourcesRequest.BuilderListAppInputSourcesRequest. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ListAppInputSourcesRequest.Builder Modifier and Type Method Description static Class<? extends ListAppInputSourcesRequest.Builder>ListAppInputSourcesRequest. serializableBuilderClass()
-