Uses of Class
com.oracle.bmc.dbmulticloud.model.ServiceRoleDetail
-
Packages that use ServiceRoleDetail Package Description com.oracle.bmc.dbmulticloud.model -
-
Uses of ServiceRoleDetail in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return ServiceRoleDetail Modifier and Type Method Description ServiceRoleDetailServiceRoleDetail.Builder. build()Methods in com.oracle.bmc.dbmulticloud.model that return types with arguments of type ServiceRoleDetail Modifier and Type Method Description List<ServiceRoleDetail>CreateOracleDbAwsIdentityConnectorDetails. getServiceRoleDetails()Service role details and respective Amazon resource nam of Role.List<ServiceRoleDetail>UpdateOracleDbAwsIdentityConnectorDetails. getServiceRoleDetails()Service role details and respective Amazon resource nam of Role.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type ServiceRoleDetail Modifier and Type Method Description ServiceRoleDetail.BuilderServiceRoleDetail.Builder. copy(ServiceRoleDetail model)Method parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type ServiceRoleDetail Modifier and Type Method Description CreateOracleDbAwsIdentityConnectorDetails.BuilderCreateOracleDbAwsIdentityConnectorDetails.Builder. serviceRoleDetails(List<ServiceRoleDetail> serviceRoleDetails)Service role details and respective Amazon resource nam of Role.UpdateOracleDbAwsIdentityConnectorDetails.BuilderUpdateOracleDbAwsIdentityConnectorDetails.Builder. serviceRoleDetails(List<ServiceRoleDetail> serviceRoleDetails)Service role details and respective Amazon resource nam of Role.Constructor parameters in com.oracle.bmc.dbmulticloud.model with type arguments of type ServiceRoleDetail Constructor Description CreateOracleDbAwsIdentityConnectorDetails(String displayName, String compartmentId, String resourceId, String oidcScope, String issuerUrl, List<ServiceRoleDetail> serviceRoleDetails, String awsLocation, String awsStsPrivateEndpoint, String awsAccountId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.UpdateOracleDbAwsIdentityConnectorDetails(String displayName, String resourceId, String oidcScope, String issuerUrl, List<ServiceRoleDetail> serviceRoleDetails, String awsLocation, String awsStsPrivateEndpoint, String awsAccountId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-