Uses of Class
com.oracle.bmc.identitydomains.requests.PutNotificationSettingRequest
-
Packages that use PutNotificationSettingRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PutNotificationSettingRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PutNotificationSettingRequest Modifier and Type Method Description PutNotificationSettingResponse
IdentityDomains. putNotificationSetting(PutNotificationSettingRequest request)
Replace Notification SettingsFuture<PutNotificationSettingResponse>
IdentityDomainsAsync. putNotificationSetting(PutNotificationSettingRequest request, AsyncHandler<PutNotificationSettingRequest,PutNotificationSettingResponse> handler)
Replace Notification SettingsFuture<PutNotificationSettingResponse>
IdentityDomainsAsyncClient. putNotificationSetting(PutNotificationSettingRequest request, AsyncHandler<PutNotificationSettingRequest,PutNotificationSettingResponse> handler)
PutNotificationSettingResponse
IdentityDomainsClient. putNotificationSetting(PutNotificationSettingRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutNotificationSettingRequest Modifier and Type Method Description Future<PutNotificationSettingResponse>
IdentityDomainsAsync. putNotificationSetting(PutNotificationSettingRequest request, AsyncHandler<PutNotificationSettingRequest,PutNotificationSettingResponse> handler)
Replace Notification SettingsFuture<PutNotificationSettingResponse>
IdentityDomainsAsyncClient. putNotificationSetting(PutNotificationSettingRequest request, AsyncHandler<PutNotificationSettingRequest,PutNotificationSettingResponse> handler)
-
Uses of PutNotificationSettingRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PutNotificationSettingRequest Modifier and Type Method Description PutNotificationSettingRequest
PutNotificationSettingRequest.Builder. build()
Build the instance of PutNotificationSettingRequest as configured by this builderPutNotificationSettingRequest
PutNotificationSettingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutNotificationSettingRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PutNotificationSettingRequest Modifier and Type Method Description PutNotificationSettingRequest.Builder
PutNotificationSettingRequest.Builder. copy(PutNotificationSettingRequest o)
Copy method to populate the builder with values from the given instance.
-