Uses of Class
com.oracle.bmc.osmanagementhub.model.Profile
-
Packages that use Profile Package Description com.oracle.bmc.osmanagementhub.model com.oracle.bmc.osmanagementhub.responses -
-
Uses of Profile in com.oracle.bmc.osmanagementhub.model
Subclasses of Profile in com.oracle.bmc.osmanagementhub.model Modifier and Type Class Description class
GroupProfile
Provides the information for a group registration profile.class
LifecycleProfile
Provides the information for a lifecycle environment registration profile.class
SoftwareSourceProfile
Provides the information for a software source registration profile.class
StationProfile
Provides the information for a management station registration profile.class
WindowsStandaloneProfile
Provides the information for a Windows standalone registration profile. -
Uses of Profile in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return Profile Modifier and Type Method Description Profile
CreateProfileResponse. getProfile()
The returned Profile instance.Profile
GetProfileResponse. getProfile()
The returned Profile instance.Profile
UpdateProfileResponse. getProfile()
The returned Profile instance.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type Profile Modifier and Type Method Description CreateProfileResponse.Builder
CreateProfileResponse.Builder. profile(Profile profile)
The returned Profile instance.GetProfileResponse.Builder
GetProfileResponse.Builder. profile(Profile profile)
The returned Profile instance.UpdateProfileResponse.Builder
UpdateProfileResponse.Builder. profile(Profile profile)
The returned Profile instance.
-