Uses of Class
com.oracle.bmc.bds.requests.RefreshConfidentialApplicationRequest
-
Packages that use RefreshConfidentialApplicationRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of RefreshConfidentialApplicationRequest in com.oracle.bmc.bds
Method parameters in com.oracle.bmc.bds with type arguments of type RefreshConfidentialApplicationRequest Modifier and Type Method Description Future<RefreshConfidentialApplicationResponse>
BdsAsync. refreshConfidentialApplication(RefreshConfidentialApplicationRequest request, AsyncHandler<RefreshConfidentialApplicationRequest,RefreshConfidentialApplicationResponse> handler)
Refresh confidential application for the given identity configuration in case of any update to the confidential application (e.g.Future<RefreshConfidentialApplicationResponse>
BdsAsyncClient. refreshConfidentialApplication(RefreshConfidentialApplicationRequest request, AsyncHandler<RefreshConfidentialApplicationRequest,RefreshConfidentialApplicationResponse> handler)
-
Uses of RefreshConfidentialApplicationRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return RefreshConfidentialApplicationRequest Modifier and Type Method Description RefreshConfidentialApplicationRequest
RefreshConfidentialApplicationRequest.Builder. build()
Build the instance of RefreshConfidentialApplicationRequest as configured by this builderRefreshConfidentialApplicationRequest
RefreshConfidentialApplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshConfidentialApplicationRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type RefreshConfidentialApplicationRequest Modifier and Type Method Description RefreshConfidentialApplicationRequest.Builder
RefreshConfidentialApplicationRequest.Builder. copy(RefreshConfidentialApplicationRequest o)
Copy method to populate the builder with values from the given instance.
-