Uses of Class
com.ibm.cloud.platform_services.resource_controller.v2.model.ListResourceAliasesForInstanceOptions
-
Packages that use ListResourceAliasesForInstanceOptions Package Description com.ibm.cloud.platform_services.resource_controller.v2 Resource Controller v2.com.ibm.cloud.platform_services.resource_controller.v2.model -
-
Uses of ListResourceAliasesForInstanceOptions in com.ibm.cloud.platform_services.resource_controller.v2
Methods in com.ibm.cloud.platform_services.resource_controller.v2 with parameters of type ListResourceAliasesForInstanceOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ResourceAliasesList>
ResourceController. listResourceAliasesForInstance(ListResourceAliasesForInstanceOptions listResourceAliasesForInstanceOptions)
Deprecated.this method is deprecated and may be removed in a future release -
Uses of ListResourceAliasesForInstanceOptions in com.ibm.cloud.platform_services.resource_controller.v2.model
Methods in com.ibm.cloud.platform_services.resource_controller.v2.model that return ListResourceAliasesForInstanceOptions Modifier and Type Method Description ListResourceAliasesForInstanceOptions
ListResourceAliasesForInstanceOptions.Builder. build()
Builds a ListResourceAliasesForInstanceOptions.Constructors in com.ibm.cloud.platform_services.resource_controller.v2.model with parameters of type ListResourceAliasesForInstanceOptions Constructor Description ResourceAliasesForInstancePager(ResourceController client, ListResourceAliasesForInstanceOptions options)
Constructs a new ResourceAliasesForInstancePager instance with the specified client and options model instance.
-