Uses of Class
com.oracle.bmc.fusionapps.responses.GetFusionEnvironmentFamilyLimitsAndUsageResponse
-
Packages that use GetFusionEnvironmentFamilyLimitsAndUsageResponse Package Description com.oracle.bmc.fusionapps com.oracle.bmc.fusionapps.responses -
-
Uses of GetFusionEnvironmentFamilyLimitsAndUsageResponse in com.oracle.bmc.fusionapps
Methods in com.oracle.bmc.fusionapps that return GetFusionEnvironmentFamilyLimitsAndUsageResponse Modifier and Type Method Description GetFusionEnvironmentFamilyLimitsAndUsageResponse
FusionApplications. getFusionEnvironmentFamilyLimitsAndUsage(GetFusionEnvironmentFamilyLimitsAndUsageRequest request)
Gets the number of environments (usage) of each type in the fusion environment family, as well as the limit that’s allowed to be created based on the group’s associated subscriptions.GetFusionEnvironmentFamilyLimitsAndUsageResponse
FusionApplicationsClient. getFusionEnvironmentFamilyLimitsAndUsage(GetFusionEnvironmentFamilyLimitsAndUsageRequest request)
Methods in com.oracle.bmc.fusionapps that return types with arguments of type GetFusionEnvironmentFamilyLimitsAndUsageResponse Modifier and Type Method Description Future<GetFusionEnvironmentFamilyLimitsAndUsageResponse>
FusionApplicationsAsync. getFusionEnvironmentFamilyLimitsAndUsage(GetFusionEnvironmentFamilyLimitsAndUsageRequest request, AsyncHandler<GetFusionEnvironmentFamilyLimitsAndUsageRequest,GetFusionEnvironmentFamilyLimitsAndUsageResponse> handler)
Gets the number of environments (usage) of each type in the fusion environment family, as well as the limit that’s allowed to be created based on the group’s associated subscriptions.Future<GetFusionEnvironmentFamilyLimitsAndUsageResponse>
FusionApplicationsAsyncClient. getFusionEnvironmentFamilyLimitsAndUsage(GetFusionEnvironmentFamilyLimitsAndUsageRequest request, AsyncHandler<GetFusionEnvironmentFamilyLimitsAndUsageRequest,GetFusionEnvironmentFamilyLimitsAndUsageResponse> handler)
Method parameters in com.oracle.bmc.fusionapps with type arguments of type GetFusionEnvironmentFamilyLimitsAndUsageResponse Modifier and Type Method Description Future<GetFusionEnvironmentFamilyLimitsAndUsageResponse>
FusionApplicationsAsync. getFusionEnvironmentFamilyLimitsAndUsage(GetFusionEnvironmentFamilyLimitsAndUsageRequest request, AsyncHandler<GetFusionEnvironmentFamilyLimitsAndUsageRequest,GetFusionEnvironmentFamilyLimitsAndUsageResponse> handler)
Gets the number of environments (usage) of each type in the fusion environment family, as well as the limit that’s allowed to be created based on the group’s associated subscriptions.Future<GetFusionEnvironmentFamilyLimitsAndUsageResponse>
FusionApplicationsAsyncClient. getFusionEnvironmentFamilyLimitsAndUsage(GetFusionEnvironmentFamilyLimitsAndUsageRequest request, AsyncHandler<GetFusionEnvironmentFamilyLimitsAndUsageRequest,GetFusionEnvironmentFamilyLimitsAndUsageResponse> handler)
-
Uses of GetFusionEnvironmentFamilyLimitsAndUsageResponse in com.oracle.bmc.fusionapps.responses
Methods in com.oracle.bmc.fusionapps.responses that return GetFusionEnvironmentFamilyLimitsAndUsageResponse Modifier and Type Method Description GetFusionEnvironmentFamilyLimitsAndUsageResponse
GetFusionEnvironmentFamilyLimitsAndUsageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fusionapps.responses with parameters of type GetFusionEnvironmentFamilyLimitsAndUsageResponse Modifier and Type Method Description GetFusionEnvironmentFamilyLimitsAndUsageResponse.Builder
GetFusionEnvironmentFamilyLimitsAndUsageResponse.Builder. copy(GetFusionEnvironmentFamilyLimitsAndUsageResponse o)
Copy method to populate the builder with values from the given instance.
-