AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Clients
Queue
all
Clients
get
remove
Hierarchy
ClientsQueue
Index
Accessors
all
Clients
Methods
get
remove
Accessors
all
Clients
all
Clients
:
Methods
get
get
(
clientId
:
string
, clientFactory
?:
function
)
:
Promise
<
PahoClient
>
Parameters
clientId:
string
Optional
clientFactory:
function
(
input
:
string
)
:
Promise
<
PahoClient
|
undefined
>
Parameters
input:
string
Returns
Promise
<
PahoClient
|
undefined
>
Returns
Promise
<
PahoClient
>
remove
remove
(
clientId
:
string
)
:
void
Parameters
clientId:
string
Returns
void