Uses of Interface
software.amazon.awssdk.services.resiliencehub.model.ListUnsupportedAppVersionResourcesRequest.Builder
-
Packages that use ListUnsupportedAppVersionResourcesRequest.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 ListUnsupportedAppVersionResourcesRequest.Builder in software.amazon.awssdk.services.resiliencehub
Method parameters in software.amazon.awssdk.services.resiliencehub with type arguments of type ListUnsupportedAppVersionResourcesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListUnsupportedAppVersionResourcesResponse>ResiliencehubAsyncClient. listUnsupportedAppVersionResources(Consumer<ListUnsupportedAppVersionResourcesRequest.Builder> listUnsupportedAppVersionResourcesRequest)Lists the resources that are not currently supported in Resilience Hub.default ListUnsupportedAppVersionResourcesResponseResiliencehubClient. listUnsupportedAppVersionResources(Consumer<ListUnsupportedAppVersionResourcesRequest.Builder> listUnsupportedAppVersionResourcesRequest)Lists the resources that are not currently supported in Resilience Hub.default ListUnsupportedAppVersionResourcesPublisherResiliencehubAsyncClient. listUnsupportedAppVersionResourcesPaginator(Consumer<ListUnsupportedAppVersionResourcesRequest.Builder> listUnsupportedAppVersionResourcesRequest)Lists the resources that are not currently supported in Resilience Hub.default ListUnsupportedAppVersionResourcesIterableResiliencehubClient. listUnsupportedAppVersionResourcesPaginator(Consumer<ListUnsupportedAppVersionResourcesRequest.Builder> listUnsupportedAppVersionResourcesRequest)Lists the resources that are not currently supported in Resilience Hub. -
Uses of ListUnsupportedAppVersionResourcesRequest.Builder in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return ListUnsupportedAppVersionResourcesRequest.Builder Modifier and Type Method Description ListUnsupportedAppVersionResourcesRequest.BuilderListUnsupportedAppVersionResourcesRequest.Builder. appArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.ListUnsupportedAppVersionResourcesRequest.BuilderListUnsupportedAppVersionResourcesRequest.Builder. appVersion(String appVersion)The version of the application.static ListUnsupportedAppVersionResourcesRequest.BuilderListUnsupportedAppVersionResourcesRequest. builder()ListUnsupportedAppVersionResourcesRequest.BuilderListUnsupportedAppVersionResourcesRequest.Builder. maxResults(Integer maxResults)Maximum number of results to include in the response.ListUnsupportedAppVersionResourcesRequest.BuilderListUnsupportedAppVersionResourcesRequest.Builder. nextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListUnsupportedAppVersionResourcesRequest.BuilderListUnsupportedAppVersionResourcesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListUnsupportedAppVersionResourcesRequest.BuilderListUnsupportedAppVersionResourcesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListUnsupportedAppVersionResourcesRequest.BuilderListUnsupportedAppVersionResourcesRequest.Builder. resolutionId(String resolutionId)The identifier for a specific resolution.ListUnsupportedAppVersionResourcesRequest.BuilderListUnsupportedAppVersionResourcesRequest. toBuilder()Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type ListUnsupportedAppVersionResourcesRequest.Builder Modifier and Type Method Description static Class<? extends ListUnsupportedAppVersionResourcesRequest.Builder>ListUnsupportedAppVersionResourcesRequest. serializableBuilderClass()
-