| Package | Description |
|---|---|
| software.amazon.awssdk.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
ApiAccess |
CreateUserRequest.apiAccess()
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
ApiAccess |
UpdateUserRequest.apiAccess()
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
ApiAccess |
User.apiAccess()
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
ApiAccess |
UserByPermissionGroup.apiAccess()
Indicates whether the user can access FinSpace API operations.
|
ApiAccess |
GetUserResponse.apiAccess()
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
static ApiAccess |
ApiAccess.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ApiAccess |
ApiAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiAccess[] |
ApiAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ApiAccess> |
ApiAccess.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateUserRequest.Builder |
CreateUserRequest.Builder.apiAccess(ApiAccess apiAccess)
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to
obtain credentials that can then be used to access other FinSpace Data API operations. |
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.apiAccess(ApiAccess apiAccess)
The option to indicate whether the user can use the
GetProgrammaticAccessCredentials API to
obtain credentials that can then be used to access other FinSpace Data API operations. |
User.Builder |
User.Builder.apiAccess(ApiAccess apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
UserByPermissionGroup.Builder |
UserByPermissionGroup.Builder.apiAccess(ApiAccess apiAccess)
Indicates whether the user can access FinSpace API operations.
|
GetUserResponse.Builder |
GetUserResponse.Builder.apiAccess(ApiAccess apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain
credentials that can then be used to access other FinSpace Data API operations. |
Copyright © 2023. All rights reserved.