Uses of Class
com.ibm.cloud.is.vpc.v1.model.AccountIdentity
-
Packages that use AccountIdentity Package Description com.ibm.cloud.is.vpc.v1.model -
-
Uses of AccountIdentity in com.ibm.cloud.is.vpc.v1.model
Subclasses of AccountIdentity in com.ibm.cloud.is.vpc.v1.model Modifier and Type Class Description class
AccountIdentityById
AccountIdentityById.Methods in com.ibm.cloud.is.vpc.v1.model that return AccountIdentity Modifier and Type Method Description AccountIdentity
CreatePrivatePathServiceGatewayAccountPolicyOptions. account()
Gets the account.AccountIdentity
RevokeAccountForPrivatePathServiceGatewayOptions. account()
Gets the account.Methods in com.ibm.cloud.is.vpc.v1.model with parameters of type AccountIdentity Modifier and Type Method Description CreatePrivatePathServiceGatewayAccountPolicyOptions.Builder
CreatePrivatePathServiceGatewayAccountPolicyOptions.Builder. account(AccountIdentity account)
Set the account.RevokeAccountForPrivatePathServiceGatewayOptions.Builder
RevokeAccountForPrivatePathServiceGatewayOptions.Builder. account(AccountIdentity account)
Set the account.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type AccountIdentity Constructor Description Builder(AccountIdentity accountIdentityById)
Instantiates a new Builder from an existing AccountIdentityById instance.Builder(String privatePathServiceGatewayId, String accessPolicy, AccountIdentity account)
Instantiates a new builder with required properties.Builder(String privatePathServiceGatewayId, AccountIdentity account)
Instantiates a new builder with required properties.
-