Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.ListAppVersionResourcesRequest.Builder
-
Packages that use ListAppVersionResourcesRequest.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 ListAppVersionResourcesRequest.Builder in software.amazon.awssdk.services.resiliencehub
Method parameters in software.amazon.awssdk.services.resiliencehub with type arguments of type ListAppVersionResourcesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAppVersionResourcesResponse>ResiliencehubAsyncClient. listAppVersionResources(Consumer<ListAppVersionResourcesRequest.Builder> listAppVersionResourcesRequest)Lists all the resources in an Resilience Hub application.default ListAppVersionResourcesResponseResiliencehubClient. listAppVersionResources(Consumer<ListAppVersionResourcesRequest.Builder> listAppVersionResourcesRequest)Lists all the resources in an Resilience Hub application.default ListAppVersionResourcesPublisherResiliencehubAsyncClient. listAppVersionResourcesPaginator(Consumer<ListAppVersionResourcesRequest.Builder> listAppVersionResourcesRequest)Lists all the resources in an Resilience Hub application.default ListAppVersionResourcesIterableResiliencehubClient. listAppVersionResourcesPaginator(Consumer<ListAppVersionResourcesRequest.Builder> listAppVersionResourcesRequest)Lists all the resources in an Resilience Hub application. -
Uses of ListAppVersionResourcesRequest.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ListAppVersionResourcesRequest.Builder Modifier and Type Method Description ListAppVersionResourcesRequest.BuilderListAppVersionResourcesRequest.Builder. appArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.ListAppVersionResourcesRequest.BuilderListAppVersionResourcesRequest.Builder. appVersion(String appVersion)The version of the application.static ListAppVersionResourcesRequest.BuilderListAppVersionResourcesRequest. builder()ListAppVersionResourcesRequest.BuilderListAppVersionResourcesRequest.Builder. maxResults(Integer maxResults)Maximum number of results to include in the response.ListAppVersionResourcesRequest.BuilderListAppVersionResourcesRequest.Builder. nextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListAppVersionResourcesRequest.BuilderListAppVersionResourcesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppVersionResourcesRequest.BuilderListAppVersionResourcesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAppVersionResourcesRequest.BuilderListAppVersionResourcesRequest.Builder. resolutionId(String resolutionId)The identifier for a specific resolution.ListAppVersionResourcesRequest.BuilderListAppVersionResourcesRequest. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ListAppVersionResourcesRequest.Builder Modifier and Type Method Description static Class<? extends ListAppVersionResourcesRequest.Builder>ListAppVersionResourcesRequest. serializableBuilderClass()
-