Uses of Class
com.oracle.bmc.wlms.responses.UpdateWlsDomainCredentialResponse
-
Packages that use UpdateWlsDomainCredentialResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of UpdateWlsDomainCredentialResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return UpdateWlsDomainCredentialResponse Modifier and Type Method Description UpdateWlsDomainCredentialResponse
WeblogicManagementService. updateWlsDomainCredential(UpdateWlsDomainCredentialRequest request)
Updates WebLogic domain credentials of specific WebLogic domain.UpdateWlsDomainCredentialResponse
WeblogicManagementServiceClient. updateWlsDomainCredential(UpdateWlsDomainCredentialRequest request)
Methods in com.oracle.bmc.wlms that return types with arguments of type UpdateWlsDomainCredentialResponse Modifier and Type Method Description Future<UpdateWlsDomainCredentialResponse>
WeblogicManagementServiceAsync. updateWlsDomainCredential(UpdateWlsDomainCredentialRequest request, AsyncHandler<UpdateWlsDomainCredentialRequest,UpdateWlsDomainCredentialResponse> handler)
Updates WebLogic domain credentials of specific WebLogic domain.Future<UpdateWlsDomainCredentialResponse>
WeblogicManagementServiceAsyncClient. updateWlsDomainCredential(UpdateWlsDomainCredentialRequest request, AsyncHandler<UpdateWlsDomainCredentialRequest,UpdateWlsDomainCredentialResponse> handler)
Method parameters in com.oracle.bmc.wlms with type arguments of type UpdateWlsDomainCredentialResponse Modifier and Type Method Description Future<UpdateWlsDomainCredentialResponse>
WeblogicManagementServiceAsync. updateWlsDomainCredential(UpdateWlsDomainCredentialRequest request, AsyncHandler<UpdateWlsDomainCredentialRequest,UpdateWlsDomainCredentialResponse> handler)
Updates WebLogic domain credentials of specific WebLogic domain.Future<UpdateWlsDomainCredentialResponse>
WeblogicManagementServiceAsyncClient. updateWlsDomainCredential(UpdateWlsDomainCredentialRequest request, AsyncHandler<UpdateWlsDomainCredentialRequest,UpdateWlsDomainCredentialResponse> handler)
-
Uses of UpdateWlsDomainCredentialResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return UpdateWlsDomainCredentialResponse Modifier and Type Method Description UpdateWlsDomainCredentialResponse
UpdateWlsDomainCredentialResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type UpdateWlsDomainCredentialResponse Modifier and Type Method Description UpdateWlsDomainCredentialResponse.Builder
UpdateWlsDomainCredentialResponse.Builder. copy(UpdateWlsDomainCredentialResponse o)
Copy method to populate the builder with values from the given instance.
-