Uses of Class
com.oracle.bmc.announcementsservice.responses.ChangeAnnouncementSubscriptionCompartmentResponse
-
Packages that use ChangeAnnouncementSubscriptionCompartmentResponse Package Description com.oracle.bmc.announcementsservice com.oracle.bmc.announcementsservice.responses -
-
Uses of ChangeAnnouncementSubscriptionCompartmentResponse in com.oracle.bmc.announcementsservice
Methods in com.oracle.bmc.announcementsservice that return ChangeAnnouncementSubscriptionCompartmentResponse Modifier and Type Method Description ChangeAnnouncementSubscriptionCompartmentResponse
AnnouncementSubscription. changeAnnouncementSubscriptionCompartment(ChangeAnnouncementSubscriptionCompartmentRequest request)
Moves the specified announcement subscription from one compartment to another compartment.ChangeAnnouncementSubscriptionCompartmentResponse
AnnouncementSubscriptionClient. changeAnnouncementSubscriptionCompartment(ChangeAnnouncementSubscriptionCompartmentRequest request)
Methods in com.oracle.bmc.announcementsservice that return types with arguments of type ChangeAnnouncementSubscriptionCompartmentResponse Modifier and Type Method Description Future<ChangeAnnouncementSubscriptionCompartmentResponse>
AnnouncementSubscriptionAsync. changeAnnouncementSubscriptionCompartment(ChangeAnnouncementSubscriptionCompartmentRequest request, AsyncHandler<ChangeAnnouncementSubscriptionCompartmentRequest,ChangeAnnouncementSubscriptionCompartmentResponse> handler)
Moves the specified announcement subscription from one compartment to another compartment.Future<ChangeAnnouncementSubscriptionCompartmentResponse>
AnnouncementSubscriptionAsyncClient. changeAnnouncementSubscriptionCompartment(ChangeAnnouncementSubscriptionCompartmentRequest request, AsyncHandler<ChangeAnnouncementSubscriptionCompartmentRequest,ChangeAnnouncementSubscriptionCompartmentResponse> handler)
Method parameters in com.oracle.bmc.announcementsservice with type arguments of type ChangeAnnouncementSubscriptionCompartmentResponse Modifier and Type Method Description Future<ChangeAnnouncementSubscriptionCompartmentResponse>
AnnouncementSubscriptionAsync. changeAnnouncementSubscriptionCompartment(ChangeAnnouncementSubscriptionCompartmentRequest request, AsyncHandler<ChangeAnnouncementSubscriptionCompartmentRequest,ChangeAnnouncementSubscriptionCompartmentResponse> handler)
Moves the specified announcement subscription from one compartment to another compartment.Future<ChangeAnnouncementSubscriptionCompartmentResponse>
AnnouncementSubscriptionAsyncClient. changeAnnouncementSubscriptionCompartment(ChangeAnnouncementSubscriptionCompartmentRequest request, AsyncHandler<ChangeAnnouncementSubscriptionCompartmentRequest,ChangeAnnouncementSubscriptionCompartmentResponse> handler)
-
Uses of ChangeAnnouncementSubscriptionCompartmentResponse in com.oracle.bmc.announcementsservice.responses
Methods in com.oracle.bmc.announcementsservice.responses that return ChangeAnnouncementSubscriptionCompartmentResponse Modifier and Type Method Description ChangeAnnouncementSubscriptionCompartmentResponse
ChangeAnnouncementSubscriptionCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.announcementsservice.responses with parameters of type ChangeAnnouncementSubscriptionCompartmentResponse Modifier and Type Method Description ChangeAnnouncementSubscriptionCompartmentResponse.Builder
ChangeAnnouncementSubscriptionCompartmentResponse.Builder. copy(ChangeAnnouncementSubscriptionCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-