Uses of Class
com.oracle.bmc.bds.requests.ForceRefreshResourcePrincipalRequest
-
Packages that use ForceRefreshResourcePrincipalRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of ForceRefreshResourcePrincipalRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type ForceRefreshResourcePrincipalRequest Modifier and Type Method Description ForceRefreshResourcePrincipalResponse
Bds. forceRefreshResourcePrincipal(ForceRefreshResourcePrincipalRequest request)
Force Refresh Resource Principal for the cluster.Future<ForceRefreshResourcePrincipalResponse>
BdsAsync. forceRefreshResourcePrincipal(ForceRefreshResourcePrincipalRequest request, AsyncHandler<ForceRefreshResourcePrincipalRequest,ForceRefreshResourcePrincipalResponse> handler)
Force Refresh Resource Principal for the cluster.Future<ForceRefreshResourcePrincipalResponse>
BdsAsyncClient. forceRefreshResourcePrincipal(ForceRefreshResourcePrincipalRequest request, AsyncHandler<ForceRefreshResourcePrincipalRequest,ForceRefreshResourcePrincipalResponse> handler)
ForceRefreshResourcePrincipalResponse
BdsClient. forceRefreshResourcePrincipal(ForceRefreshResourcePrincipalRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type ForceRefreshResourcePrincipalRequest Modifier and Type Method Description Future<ForceRefreshResourcePrincipalResponse>
BdsAsync. forceRefreshResourcePrincipal(ForceRefreshResourcePrincipalRequest request, AsyncHandler<ForceRefreshResourcePrincipalRequest,ForceRefreshResourcePrincipalResponse> handler)
Force Refresh Resource Principal for the cluster.Future<ForceRefreshResourcePrincipalResponse>
BdsAsyncClient. forceRefreshResourcePrincipal(ForceRefreshResourcePrincipalRequest request, AsyncHandler<ForceRefreshResourcePrincipalRequest,ForceRefreshResourcePrincipalResponse> handler)
-
Uses of ForceRefreshResourcePrincipalRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return ForceRefreshResourcePrincipalRequest Modifier and Type Method Description ForceRefreshResourcePrincipalRequest
ForceRefreshResourcePrincipalRequest.Builder. build()
Build the instance of ForceRefreshResourcePrincipalRequest as configured by this builderForceRefreshResourcePrincipalRequest
ForceRefreshResourcePrincipalRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ForceRefreshResourcePrincipalRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type ForceRefreshResourcePrincipalRequest Modifier and Type Method Description ForceRefreshResourcePrincipalRequest.Builder
ForceRefreshResourcePrincipalRequest.Builder. copy(ForceRefreshResourcePrincipalRequest o)
Copy method to populate the builder with values from the given instance.
-