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)Get a list of all resource aliases for the instance. -
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 ListResourceAliasesForInstanceOptionsListResourceAliasesForInstanceOptions.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.
-