Uses of Class
com.oracle.bmc.wlms.requests.UpdateWlsDomainCredentialRequest
-
Packages that use UpdateWlsDomainCredentialRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of UpdateWlsDomainCredentialRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type UpdateWlsDomainCredentialRequest Modifier and Type Method Description UpdateWlsDomainCredentialResponse
WeblogicManagementService. updateWlsDomainCredential(UpdateWlsDomainCredentialRequest request)
Updates WebLogic domain credentials of specific WebLogic domain.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)
UpdateWlsDomainCredentialResponse
WeblogicManagementServiceClient. updateWlsDomainCredential(UpdateWlsDomainCredentialRequest request)
Method parameters in com.oracle.bmc.wlms with type arguments of type UpdateWlsDomainCredentialRequest 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 UpdateWlsDomainCredentialRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return UpdateWlsDomainCredentialRequest Modifier and Type Method Description UpdateWlsDomainCredentialRequest
UpdateWlsDomainCredentialRequest.Builder. build()
Build the instance of UpdateWlsDomainCredentialRequest as configured by this builderUpdateWlsDomainCredentialRequest
UpdateWlsDomainCredentialRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateWlsDomainCredentialRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type UpdateWlsDomainCredentialRequest Modifier and Type Method Description UpdateWlsDomainCredentialRequest.Builder
UpdateWlsDomainCredentialRequest.Builder. copy(UpdateWlsDomainCredentialRequest o)
Copy method to populate the builder with values from the given instance.
-