Uses of Class
org.wso2.am.integration.clients.admin.api.dto.GatewayInstanceListDTO
-
Packages that use GatewayInstanceListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of GatewayInstanceListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return GatewayInstanceListDTO Modifier and Type Method Description GatewayInstanceListDTOEnvironmentsApi. environmentsEnvironmentIdGatewaysGet(String environmentId)Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.Methods in org.wso2.am.integration.clients.admin.api that return types with arguments of type GatewayInstanceListDTO Modifier and Type Method Description ApiResponse<GatewayInstanceListDTO>EnvironmentsApi. environmentsEnvironmentIdGatewaysGetWithHttpInfo(String environmentId)Get Gateway Instances in a Gateway Environment Retrieve list of gateway Instances in the gateway environment.Method parameters in org.wso2.am.integration.clients.admin.api with type arguments of type GatewayInstanceListDTO Modifier and Type Method Description okhttp3.CallEnvironmentsApi. environmentsEnvironmentIdGatewaysGetAsync(String environmentId, ApiCallback<GatewayInstanceListDTO> _callback)Get Gateway Instances in a Gateway Environment (asynchronously) Retrieve list of gateway Instances in the gateway environment. -
Uses of GatewayInstanceListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return GatewayInstanceListDTO Modifier and Type Method Description GatewayInstanceListDTOGatewayInstanceListDTO. count(Integer count)GatewayInstanceListDTOGatewayInstanceListDTO. list(List<GatewayInstanceDTO> list)
-