| Package | Description |
|---|---|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
Tenant |
Tenant.clone() |
Tenant |
AppAuthorizationSummary.getTenant()
Contains information about an application tenant, such as the application display name and identifier.
|
Tenant |
AppAuthorization.getTenant()
Contains information about an application tenant, such as the application display name and identifier.
|
Tenant |
UpdateAppAuthorizationRequest.getTenant()
Contains information about an application tenant, such as the application display name and identifier.
|
Tenant |
CreateAppAuthorizationRequest.getTenant()
Contains information about an application tenant, such as the application display name and identifier.
|
Tenant |
Tenant.withTenantDisplayName(String tenantDisplayName)
The display name of the tenant.
|
Tenant |
Tenant.withTenantIdentifier(String tenantIdentifier)
The ID of the application tenant.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppAuthorizationSummary.setTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
void |
AppAuthorization.setTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
void |
UpdateAppAuthorizationRequest.setTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
void |
CreateAppAuthorizationRequest.setTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
AppAuthorizationSummary |
AppAuthorizationSummary.withTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
AppAuthorization |
AppAuthorization.withTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
UpdateAppAuthorizationRequest |
UpdateAppAuthorizationRequest.withTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
CreateAppAuthorizationRequest |
CreateAppAuthorizationRequest.withTenant(Tenant tenant)
Contains information about an application tenant, such as the application display name and identifier.
|
Copyright © 2023. All rights reserved.