Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
Packages that use EndpointsDTO
Package
Description
-
Uses of EndpointsDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return EndpointsDTOModifier and TypeMethodDescriptionDefaultApi.getEndpoints(String apiName, String version, String tenantDomain) Get end-points from the storage for the API This operation is used to get the end-points from the storage.GetApiArtifactsApi.getEndpoints(String apiName, String version, String tenantDomain) Get end-points from the storage for the API This operation is used to get the end-points from the storage.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type EndpointsDTOModifier and TypeMethodDescriptionDefaultApi.getEndpointsWithHttpInfo(String apiName, String version, String tenantDomain) Get end-points from the storage for the API This operation is used to get the end-points from the storage.GetApiArtifactsApi.getEndpointsWithHttpInfo(String apiName, String version, String tenantDomain) Get end-points from the storage for the API This operation is used to get the end-points from the storage.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type EndpointsDTOModifier and TypeMethodDescriptioncom.squareup.okhttp.CallDefaultApi.getEndpointsAsync(String apiName, String version, String tenantDomain, ApiCallback<EndpointsDTO> callback) Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage.com.squareup.okhttp.CallGetApiArtifactsApi.getEndpointsAsync(String apiName, String version, String tenantDomain, ApiCallback<EndpointsDTO> callback) Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage. -
Uses of EndpointsDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return EndpointsDTO