Uses of Class
com.oracle.bmc.wlms.requests.ListWlsDomainCredentialsRequest
-
Packages that use ListWlsDomainCredentialsRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of ListWlsDomainCredentialsRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type ListWlsDomainCredentialsRequest Modifier and Type Method Description ListWlsDomainCredentialsResponseWeblogicManagementService. listWlsDomainCredentials(ListWlsDomainCredentialsRequest request)Gets domain credentials of a specific domain.Future<ListWlsDomainCredentialsResponse>WeblogicManagementServiceAsync. listWlsDomainCredentials(ListWlsDomainCredentialsRequest request, AsyncHandler<ListWlsDomainCredentialsRequest,ListWlsDomainCredentialsResponse> handler)Gets domain credentials of a specific domain.Future<ListWlsDomainCredentialsResponse>WeblogicManagementServiceAsyncClient. listWlsDomainCredentials(ListWlsDomainCredentialsRequest request, AsyncHandler<ListWlsDomainCredentialsRequest,ListWlsDomainCredentialsResponse> handler)ListWlsDomainCredentialsResponseWeblogicManagementServiceClient. listWlsDomainCredentials(ListWlsDomainCredentialsRequest request)Method parameters in com.oracle.bmc.wlms with type arguments of type ListWlsDomainCredentialsRequest Modifier and Type Method Description Future<ListWlsDomainCredentialsResponse>WeblogicManagementServiceAsync. listWlsDomainCredentials(ListWlsDomainCredentialsRequest request, AsyncHandler<ListWlsDomainCredentialsRequest,ListWlsDomainCredentialsResponse> handler)Gets domain credentials of a specific domain.Future<ListWlsDomainCredentialsResponse>WeblogicManagementServiceAsyncClient. listWlsDomainCredentials(ListWlsDomainCredentialsRequest request, AsyncHandler<ListWlsDomainCredentialsRequest,ListWlsDomainCredentialsResponse> handler) -
Uses of ListWlsDomainCredentialsRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return ListWlsDomainCredentialsRequest Modifier and Type Method Description ListWlsDomainCredentialsRequestListWlsDomainCredentialsRequest.Builder. build()Build the instance of ListWlsDomainCredentialsRequest as configured by this builderListWlsDomainCredentialsRequestListWlsDomainCredentialsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWlsDomainCredentialsRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type ListWlsDomainCredentialsRequest Modifier and Type Method Description ListWlsDomainCredentialsRequest.BuilderListWlsDomainCredentialsRequest.Builder. copy(ListWlsDomainCredentialsRequest o)Copy method to populate the builder with values from the given instance.
-