Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AppComponent
-
Packages that use AppComponent Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AppComponent in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AppComponent Modifier and Type Method Description AppComponentCreateAppVersionAppComponentResponse. appComponent()List of Application Components that belong to this resource.AppComponentDeleteAppVersionAppComponentResponse. appComponent()List of Application Components that belong to this resource.AppComponentDescribeAppVersionAppComponentResponse. appComponent()List of Application Components that belong to this resource.AppComponentUpdateAppVersionAppComponentResponse. appComponent()List of Application Components that belong to this resource.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AppComponent Modifier and Type Method Description List<AppComponent>ListAppVersionAppComponentsResponse. appComponents()Defines an Application Component.List<AppComponent>PhysicalResource. appComponents()The application components that belong to this resource.Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AppComponent Modifier and Type Method Description CreateAppVersionAppComponentResponse.BuilderCreateAppVersionAppComponentResponse.Builder. appComponent(AppComponent appComponent)List of Application Components that belong to this resource.DeleteAppVersionAppComponentResponse.BuilderDeleteAppVersionAppComponentResponse.Builder. appComponent(AppComponent appComponent)List of Application Components that belong to this resource.DescribeAppVersionAppComponentResponse.BuilderDescribeAppVersionAppComponentResponse.Builder. appComponent(AppComponent appComponent)List of Application Components that belong to this resource.UpdateAppVersionAppComponentResponse.BuilderUpdateAppVersionAppComponentResponse.Builder. appComponent(AppComponent appComponent)List of Application Components that belong to this resource.ListAppVersionAppComponentsResponse.BuilderListAppVersionAppComponentsResponse.Builder. appComponents(AppComponent... appComponents)Defines an Application Component.PhysicalResource.BuilderPhysicalResource.Builder. appComponents(AppComponent... appComponents)The application components that belong to this resource.Method parameters in software.amazon.awssdk.services.resiliencehub.model with type arguments of type AppComponent Modifier and Type Method Description ListAppVersionAppComponentsResponse.BuilderListAppVersionAppComponentsResponse.Builder. appComponents(Collection<AppComponent> appComponents)Defines an Application Component.PhysicalResource.BuilderPhysicalResource.Builder. appComponents(Collection<AppComponent> appComponents)The application components that belong to this resource.
-